SignedPkcs7T Properties |
The SignedPkcs7T generic type exposes the following members.
Name | Description | |
---|---|---|
Certificates |
Gets a collection of certificates contained in signed message.
| |
Content |
Gets the content of the current signed message. Object type is determined by implementer based on
ContentType information.
| |
ContentType |
Gets the object identifier that identifies the content type stored in Content member.
| |
DigestAlgorithms |
Gets a collection of hashing algorithms.
| |
RawData |
Gets the ASN.1-encoded byte array that represents current object.
| |
RevocationLists |
Gets an array of certificate revocation lists contained in the message.
| |
SignerInfos |
Gets an array of signer information that were used to sign the message.
| |
Version |
Gets the version of the CMS/PKCS#7 message. Currently, only version 1 is defined.
|