TspMessageImprint Class

Represents a message to submit to Time-Stamp Authority (TSA).

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class TspMessageImprint
Inheritance
Object    TspMessageImprint

Constructors

TspMessageImprint Initializes a new instance of TspMessageImprint from hash algorithm and data to hash.

Properties

AlgorithmIdentifier Gets the algorithm identifier object.
MessageHash Gets the hash of data.

Methods

Encode Encodes current object to ASN.1-encoded byte array.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also