X509CertificateTrustListAddTimestamp Method

Timestamps the specified signature using external Time-Stamp Authority.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public void AddTimestamp(
	string tsaUrl,
	Oid hashAlgorithm,
	int signerInfoIndex = 0
)

Parameters

tsaUrl  String
An URL to a Time-Stamp Authority.
hashAlgorithm  Oid
Hash algorithm to use by TSA to sign response.
signerInfoIndex  Int32  (Optional)
A zero-based index of signature to timestamp. Default value is 0.

Remarks

This method adds an RFC3161 Counter Signature.

See Also