TlsParameters.SendOcspStatusRequest Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 8.0.9673)
SendOcspStatusRequest
Determines whether the client sends StatusRequest extension in ClientHello handshake message. The presence of the StatusRequest extension serves as an indication for the server that the client can handle OCSP stapling response. The default value is true. The StatusRequest extension is sent.
Declaration
public bool SendOcspStatusRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Remarks
The Online Certificate Status Protocol (OCSP) stapling is used for checking the revocation status of X.509 digital certificates. See RFC 6066, section 8 for details.