PasswordAuthEventArgs Class

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

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

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 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