AuthEventArgs Class

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

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

Namespace:  Apitron.PDF.Kit.Security
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.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