CertificateAuthEventArgs Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a certificate auth event args.
Inheritance Hierarchy

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

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 sealed class CertificateAuthEventArgs : AuthEventArgs

The CertificateAuthEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAllowedCertificates
Gets the allowed certificates.
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 propertyCertificate
Gets or sets the auth certificate.
Public propertyCertificateData
Gets or sets the certificate data.
Public propertyChain
Gets or sets the auth chain.
Public propertyPassword
Gets or sets the password.
Top
See Also

Reference