SignedPkcs7T Class |
Namespace: SysadminsLV.PKI.Cryptography.Pkcs
The SignedPkcs7T type exposes the following members.
Name | Description | |
---|---|---|
![]() | SignedPkcs7T |
Initializes a new instance of SignedPkcs7 message from ASN.1-encoded PKCS# signed message.
|
Name | Description | |
---|---|---|
![]() | Attributes |
Gets a collection of tagged attributes associated with the message.
|
![]() | 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
|
![]() | 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 | |
---|---|---|
![]() | DecodeContent |
Implementers use this method to decode content of the signed message and set it in
Content member.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |