SignedContentBlob Class |
Namespace: SysadminsLV.PKI.Cryptography
The SignedContentBlob type exposes the following members.
Name | Description | |
---|---|---|
![]() | SignedContentBlob |
Initializes a new instance of the SignedContentBlob class from a ASN.1-encoded byte array.
|
Name | Description | |
---|---|---|
![]() | BlobType |
Gets the current blob type.
|
![]() | Signature |
BLOB containing a signed hash of the encoded data.
|
![]() | SignatureAlgorithm |
An AlgorithmIdentifier object that contains the signature algorithm type and
any associated additional parameters.
|
![]() | ToBeSignedData |
A BLOB that has been encoded by using Distinguished Encoding Rules (DER) and that is to be signed.
|
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.) |