Click or drag to resize

DefaultSignedPkcs7AddTimestamp Method

Timestamps the specified signature using external Time-Stamp Authority.

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void AddTimestamp(
	string tsaUrl,
	Oid hashAlgorithm,
	int signerInfoIndex = 0
)

Parameters

tsaUrl
Type: SystemString
An URL to a Time-Stamp Authority.
hashAlgorithm
Type: System.Security.CryptographyOid
Hash algorithm to use by TSA to sign response.
signerInfoIndex (Optional)
Type: SystemInt32
A zero-based index of signature to timestamp. Default value is 0.
Remarks
This method adds an RFC3161 Counter Signature.
See Also