[]
Represents parameters for the AddVerification(Signature, VerificationParams) method.
public class DocumentSecurityStore.VerificationParams
public VerificationParams()
Gets or sets a list of additional certificates used to build the signing chain.
public IList<X509Certificate2> Certificates { get; set; }
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; }
Gets or sets a value indicating whether to include certificates information into the DSS. The default is true.
public bool IncludeCerts { get; set; }
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; }