Pkcs7SignatureBuilder Class Members
In This Topic
The following tables list the members exposed by Pkcs7SignatureBuilder.
Public Constructors
Public Properties
| Name | Description |
| CertificateChain | Gets or sets the certificate chain. The first certificate is used to sign the document. |
| Crls | Gets or sets the collection of certificate revocation lists (CRLs) to use. Items in this collection may be of the following types:
- An encoded CRL list.
- The URL of a CRL (e.g. http://crl.cacert.org/revoke.crl).
- The System.Uri of a CRL.
- An X509Certificate2 object from which the URL of a CRL will be extracted.
An exception will be thrown if an object of an unsupported type is found in this collection. |
| Format | Gets or sets the signature format. |
| HashAlgorithm | Gets or sets the HASH algorithm used if SignatureGenerator is not specified. Note! If Format is Pkcs7SignatureBuilder.SignatureFormat.adbe_pkcs7_sha1 then this property is ignored and always SHA-1 used. |
| IncludeOcsp | Gets or sets a value indicating whether to include OCSP information into the signature. |
| SignatureGenerator | Gets or sets the IPkcs7SignatureGenerator object used to sign the authenticated attribute set that is a part of PKCS#7 signature. If not set, the default built-in generator will be used. |
Top
See Also