[]
        
(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
object
DocumentSecurityStore.VerificationParams
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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

System.Collections.Generic.IList<T><System.Security.Cryptography.X509Certificates.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