OCSPRequestNonce Property

Indicates whether the client chose to add Nonce extension.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public bool Nonce { get; set; }

Property Value

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