Click or drag to resize

TspRfc3161RequestUseNonce Property

Gets or sets the nonce value supplied along with request.

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

Property Value

Type: 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