[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.DocumentSecurityStore.VerificationInfoType

DocumentSecurityStore.VerificationInfoType Enum

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

Namespace: GrapeCity.Documents.Pdf.Security
Assembly: DS.Documents.Pdf.dll
Syntax
public enum DocumentSecurityStore.VerificationInfoType
Public Enum DocumentSecurityStore.VerificationInfoType

Fields

Name Description
CRL

Include only CRL.

OCSP

Include only OCSP response.

OCSP_AND_CRL

Include OCSP response and CRL.

OCSP_OPTIONAL_CRL

Include CRL only if OCSP response cannot be obtained.