AuthEventArgs Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This class represents an abstract authentication event args.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Apitron.PDF.Rasterizer.SecurityAuthEventArgs
      Apitron.PDF.Rasterizer.SecurityCertificateAuthEventArgs
      Apitron.PDF.Rasterizer.SecurityPasswordAuthEventArgs
      Apitron.PDF.Rasterizer.SecurityUserDefinedAuthEventArgs

Namespace:  Apitron.PDF.Rasterizer.Security
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public abstract class AuthEventArgs : EventArgs

The AuthEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAuthType
Gets the type of the authentication.
Public propertyCancelOnFailure
Gets or sets a value indicating whether what to do in case of failure.
Top
See Also

Reference