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; }
Public Property UseNonce As Boolean
Get
Set
public:
property bool UseNonce {
bool get ();
void set (bool value);
}
member UseNonce : bool with get, set
Property Value
Type:
BooleanRemarks
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