PKCS7SignedMessage Properties |
The PKCS7SignedMessage type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets a collection of tagged attributes associated with the message.
| |
Certificates |
Gets a collection of certificates contained in the message.
| |
Content |
Gets an object that represents inner content. For the value type mapping see remarks for
ContentType property.
| |
ContentType |
Gets the type of the inner content message. Depending on a content type, different object types are
stored in the Content property.
| |
DigestAlgorithms |
Gets an array of hashing algorithms.
| |
RawData |
Gets
| |
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.
|