OCSPRequestNonce Property |
Indicates whether the client chose to add Nonce extension.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool Nonce { get; set; }
Public Property Nonce As Boolean
Get
Set
public:
property bool Nonce {
bool get ();
void set (bool value);
}
member Nonce : bool with get, set
Property Value
Type:
BooleanRemarks If
Nonce extension is included in the request, OCSP Responder MUST ignore all cached pre-generated
response and build response by using the most actual revocation information. OCSP server SHOULD include
nonce value in the response, but OCSP responders are not obligated to return nonce extension.
For detailed information see
RFC2560.
See Also