DefaultSignedPkcs7AddTimestamp(TspResponse) Method
Adds a pre-created timestamp to the signature.
Namespace: SysadminsLV.PKI.Cryptography.PkcsAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public void AddTimestamp(
TspResponse response
)
Public Sub AddTimestamp (
response As TspResponse
)
public:
void AddTimestamp(
TspResponse^ response
)
member AddTimestamp :
response : TspResponse -> unit
Parameters
- response TspResponse
- A response object from Time-Stamp Authority.
This method does not validate if hash value in signed timestamp matches the current object.