OCSPRequestNonce Property
Indicates whether the client chose to add Nonce extension.
Namespace: SysadminsLV.PKI.OcspClientAssembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.3.0+16893f72dbbf743b5dc1838aaf2dc6aff3ae6df1
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
Boolean 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.