Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / DocumentSecurityStore.VerificationInfoType Enumeration

In This Topic
    DocumentSecurityStore.VerificationInfoType Enumeration
    In This Topic
    Defines the type of verification information to include into the DSS.
    Syntax
    'Declaration
     
    Public Enum DocumentSecurityStore.VerificationInfoType 
       Inherits System.Enum
    public enum DocumentSecurityStore.VerificationInfoType : System.Enum 
    Members
    MemberDescription
    CRLInclude only CRL.
    OCSPInclude only OCSP response.
    OCSP_AND_CRLInclude OCSP response and CRL.
    OCSP_OPTIONAL_CRLInclude CRL only if OCSP response cannot be obtained.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Security.DocumentSecurityStore.VerificationInfoType

    See Also