Apitron.PDF.Rasterizer library for .NET
SystemObject
SystemEventArgs
Apitron.PDF.Rasterizer.SecurityAuthEventArgs
Apitron.PDF.Rasterizer.SecurityCertificateAuthEventArgs
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
This class represents a certificate auth event args.
Inheritance Hierarchy
SystemEventArgs
Apitron.PDF.Rasterizer.SecurityAuthEventArgs
Apitron.PDF.Rasterizer.SecurityCertificateAuthEventArgs
Namespace: Apitron.PDF.Rasterizer.Security
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
The CertificateAuthEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllowedCertificates |
Gets the allowed certificates.
|
![]() | AuthType |
Gets the type of the authentication.
(Inherited from AuthEventArgs.) |
![]() | CancelOnFailure |
Gets or sets a value indicating whether what to do in case of failure.
(Inherited from AuthEventArgs.) |
![]() | Certificate |
Gets or sets the auth certificate.
|
![]() | CertificateData |
Gets or sets the certificate data.
|
![]() | Chain |
Gets or sets the auth chain.
|
![]() | Password |
Gets or sets the password.
|
See Also