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

In This Topic
    IncludeCerts Property
    In This Topic
    Gets or sets a value indicating whether to include certificates information into the DSS. The default is true.
    Syntax
    'Declaration
     
    Public Property IncludeCerts As System.Boolean
    public System.bool IncludeCerts {get; set;}
    See Also