TspRfc3161RequestUseNonce Property

Gets or sets the nonce value supplied along with request.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public bool UseNonce { get; set; }

Property Value

Boolean

Remarks

Nonce is used by clients to verify the timeliness of the response when no local clock is available.

When presented, same nonce value must be returned by TSA server.

See Also