[]
Defines the type of verification information to include into the DSS.
public enum DocumentSecurityStore.VerificationInfoType
Public Enum DocumentSecurityStore.VerificationInfoType
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. |