OcspResponderMaxNumOfRequestEntries Property |
Gets or sets the maximum number of request entries in OCSP request message. Default value is 1.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int MaxNumOfRequestEntries { get; set; }
Public Property MaxNumOfRequestEntries As Integer
Get
Set
public:
property int MaxNumOfRequestEntries {
int get ();
void set (int value);
}
member MaxNumOfRequestEntries : int with get, set
Property Value
Type:
Int32Remarks This property is supported only on Windows Server 2012 R2 and newer based Online Responders.
See Also