Click or drag to resize

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; }

Property Value

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