Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / DocumentSecurityStore.VerificationParams Class / InfoType Property

In This Topic
    InfoType Property
    In This Topic
    Gets or sets a value that defines the scope of information to include into the DSS. The default value is DocumentSecurityStore.VerificationInfoType.OCSP_OPTIONAL_CRL.
    Syntax
    'Declaration
     
    Public Property InfoType As DocumentSecurityStore.VerificationInfoType
    public DocumentSecurityStore.VerificationInfoType InfoType {get; set;}
    See Also