DefaultSignedPkcs7 Methods |
The DefaultSignedPkcs7 type exposes the following members.
Name | Description | |
---|---|---|
AddTimestamp |
Timestamps the specified signature using external Time-Stamp Authority.
| |
CheckHash |
Verifies the data integrity of the CMS/PKCS #7 message. This is a specialized method used in specific security infrastructure applications
that only wish to check the hash of the CMS message, rather than perform a full digital signature verification.
(Inherited from SignedPkcs7T.) | |
CheckSignature |
Checks the signature of the CMS/PKCS #7 message and, optionally, validates the signers' certificates.
(Inherited from SignedPkcs7T.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSignedCms |
Returns an instance of SignedCms provided by .NET Framework.
(Inherited from SignedPkcs7T.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |