TspRfc3161RequestUseNonce Property
Gets or sets the nonce value supplied along with request.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
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
Boolean
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.