[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.DocumentSecurityStore.VerificationParams

Class DocumentSecurityStore.VerificationParams

Namespace
GrapeCity.Documents.Pdf.Security
Assembly
GcDocs.Pdf.dll

Represents parameters for the AddVerification(Signature, VerificationParams) method.

public class DocumentSecurityStore.VerificationParams
Inheritance
DocumentSecurityStore.VerificationParams
Inherited Members

Constructors

VerificationParams()

public VerificationParams()

Properties

Certificates

Gets or sets a list of additional certificates used to build the signing chain.

public IList<X509Certificate2> Certificates { get; set; }

Property Value

IList<X509Certificate2>

CertificatesSet

Gets or sets a value that defines the set of certificates information about which should be added to the DSS. The default value is WholeSigningChain.

public DocumentSecurityStore.CertificatesSet CertificatesSet { get; set; }

Property Value

DocumentSecurityStore.CertificatesSet

IncludeCerts

Gets or sets a value indicating whether to include certificates information into the DSS. The default is true.

public bool IncludeCerts { get; set; }

Property Value

bool

InfoType

Gets or sets a value that defines the scope of information to include into the DSS. The default value is OCSP_OPTIONAL_CRL.

public DocumentSecurityStore.VerificationInfoType InfoType { get; set; }

Property Value

DocumentSecurityStore.VerificationInfoType