DefaultSignedPkcs7AddTimestamp(TspResponse) Method
            Adds a pre-created timestamp to the signature.
            
Namespace: SysadminsLV.PKI.Cryptography.PkcsAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.