Class RevocationValidationType
Inheritance
System.Object
RevocationValidationType
Namespace: Syncfusion.Pdf.Security
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class RevocationValidationType : Enum
Fields
Both
Validate both CRL and OCSP revocation.
Declaration
public const RevocationValidationType Both
Field Value
Type |
---|
RevocationValidationType |
Crl
Validate the CRL.
Declaration
public const RevocationValidationType Crl
Field Value
Type |
---|
RevocationValidationType |
Ocsp
Validate the OCSP.
Declaration
public const RevocationValidationType Ocsp
Field Value
Type |
---|
RevocationValidationType |