TspResponse Class |
Namespace: SysadminsLV.PKI.Cryptography
The TspResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| TspResponse |
Initializes a new instance of TspResponse class from ASN.1-encoded byte array.
|
| Name | Description | |
|---|---|---|
| ChainErrors |
Specifies the certificate chain status.
| |
| Extensions |
Gets a collection of optional extensions associated with the current TSP request.
| |
| GenerationTimestamp |
Gets the date and time when response was generated.
| |
| NonceReceived |
Indicates whether a Nonce value was received along with response.
| |
| Ordering |
Indicates whether the timestamp tokens from the same TSA can be ordered.
| |
| PolicyID |
Gets or sets the TSA policy ID under which the timestamp was signed. This policy ID is TSA-specific.
| |
| RawData |
Gets the ASN.1-encoded byte array that represents current Time-Stamp response object.
| |
| RequestMessage |
Gets the message to timestamp.
| |
| ResponseErrors |
Specifies the status of response.
| |
| ResponseType |
Gets the response type. This value is Time-Stamp Token Info (1.2.840.113549.1.9.16.1.4) or PKCS 7 Data (1.2.840.113549.1.7.1).
| |
| SerialNumber |
Gets the serial number of response.
| |
| Status |
Gets the status of Time-Stamp Response and additional information if error occured.
| |
| TsaName |
Gets the name of TSA server. This property can be empty collection.
| |
| Version |
Gets the Time-Stamp Response version. This value shall be set to 1.
|
| Name | Description | |
|---|---|---|
| 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.) | |
| GetNonceBytes |
Gets the byte array associated with the nonce value. If nonce is not received, an empty array is returned.
| |
| GetSignedCms |
Gets the signed CMS message associated with response. Returned object can be attached to Signed CMS signature in
unauthenticated attributes like counter-signer.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ValidateNonce |
Validates nonce in request and response.
|