OcspResponderMaxRequestSize Property |
Gets or sets the maximum size of OCSP request in bytes, that is allowed to be processed on the server.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int MaxRequestSize { get; set; }
Public Property MaxRequestSize As Integer
Get
Set
public:
property int MaxRequestSize {
int get ();
void set (int value);
}
member MaxRequestSize : int with get, set
Property Value
Type:
Int32Remarks If value is zero (0), then server will attempt to process incoming request of any size.
Average size of unsigned request with single certificate in request is around 80-100 bytes. Average size of signed request
is around 2-4kb.
See Also