DefaultSignedPkcs7AddTimestamp(TspResponse) Method

Adds a pre-created timestamp to the signature.

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public void AddTimestamp(
	TspResponse response
)

Parameters

response  TspResponse
A response object from Time-Stamp Authority.

Remarks

This method does not validate if hash value in signed timestamp matches the current object.

Exceptions

ArgumentNullExceptionresponse parameter is null.
ArgumentExceptionresponse object does not contain valid timestamp token.

See Also