public class SignedContentBlob
Public Class SignedContentBlob
public ref class SignedContentBlob
type SignedContentBlob = class end
SignedContentBlob | Initializes a new instance of the SignedContentBlob class from a ASN.1-encoded byte array. |
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. |
Encode | Encodes current object to ASN-encoded signed blob object. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetRawSignature | Gets raw signature value without outer ASN.1 container. |
GetType | (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 | (Inherited from Object) |
Sign | Signs ToBeSignedData data by using client-provided message signer. |
ToString | (Inherited from Object) |