SignedContentBlob Methods |
The SignedContentBlob type exposes the following members.
Name | Description | |
---|---|---|
Encode |
Encodes current object to ASN-encoded signed blob object.
| |
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.) | |
Hash |
Hashes current blob in ToBeSignedData member, constructs algorithm identifier
(usually, with "NoSign" suffix) and attaches hash value in the signature section.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Sign(MessageSigner) |
Signs ToBeSignedData data by using client-provided message signer.
| |
Sign(X509Certificate2, Oid) |
Signs ToBeSignedData data with specified signer certificate and hash algorithm
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |