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

In This Topic
    DocumentSecurityStore.VerificationParams Class Members
    In This Topic

    The following tables list the members exposed by DocumentSecurityStore.VerificationParams.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets a list of additional certificates used to build the signing chain.  
    Public PropertyGets or sets a value that defines the set of certificates information about which should be added to the DSS. The default value is DocumentSecurityStore.CertificatesSet.WholeSigningChain.  
    Public PropertyGets or sets a value indicating whether to include certificates information into the DSS. The default is true.  
    Public PropertyGets or sets a value that defines the scope of information to include into the DSS. The default value is DocumentSecurityStore.VerificationInfoType.OCSP_OPTIONAL_CRL.  
    Top
    See Also