PasswordAuthEventArgs Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represnets a password base auth event args.
Inheritance Hierarchy

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

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 class PasswordAuthEventArgs : AuthEventArgs

The PasswordAuthEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAuthType
Gets the type of the authentication.
(Inherited from AuthEventArgs.)
Public propertyCancelOnFailure
Gets or sets a value indicating whether what to do in case of failure.
(Inherited from AuthEventArgs.)
Public propertyPassword
Gets or sets the password.
Top
See Also

Reference