PKCS7SignedMessage Class |
Note: This API is now obsolete.
Namespace: SysadminsLV.PKI.Cryptography.Pkcs
The PKCS7SignedMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | PKCS7SignedMessage(Byte) | Initializes a new instance of the PKCS7SignedMessage class |
![]() | PKCS7SignedMessage(String) | Initializes a new instance of the PKCS7SignedMessage class |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |