OcspResponderMaxRequestSize Property

Gets or sets the maximum size of OCSP request in bytes, that is allowed to be processed on the server.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public int MaxRequestSize { get; set; }

Property Value

Int32

Remarks

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