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