Click or drag to resize

PKCS7SignedMessage Properties

The PKCS7SignedMessage type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets a collection of tagged attributes associated with the message.
Public propertyCertificates
Gets a collection of certificates contained in the message.
Public propertyContent
Gets an object that represents inner content. For the value type mapping see remarks for ContentType property.
Public propertyContentType
Gets the type of the inner content message. Depending on a content type, different object types are stored in the Content property.
Public propertyDigestAlgorithms
Gets an array of hashing algorithms.
Public propertyRawData
Gets
Public propertyRevocationLists
Gets an array of certificate revocation lists contained in the message.
Public propertySignerInfos
Gets an array of signer information that were used to sign the message.
Public propertyVersion
Gets the version of the CMS/PKCS #7 message.
Top
See Also