[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.DocumentSecurityStore.VerificationInfoType

Enum DocumentSecurityStore.VerificationInfoType

Namespace
GrapeCity.Documents.Pdf.Security
Assembly
GcDocs.Pdf.dll

Defines the type of verification information to include into the DSS.

public enum DocumentSecurityStore.VerificationInfoType

Fields

CRL = 1

Include only CRL.

OCSP = 0

Include only OCSP response.

OCSP_AND_CRL = 2

Include OCSP response and CRL.

OCSP_OPTIONAL_CRL = 3

Include CRL only if OCSP response cannot be obtained.