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

In This Topic
    CertificatesSet Property
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property CertificatesSet As DocumentSecurityStore.CertificatesSet
    public DocumentSecurityStore.CertificatesSet CertificatesSet {get; set;}
    See Also