OcspResponderRevocationConfigurationCrlUrlTimeout Property |
Gets the time-out in seconds that the revocation provider must wait before it times out while trying
to retrieve the CRL for which it is configured.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int CrlUrlTimeout { get; set; }
Public Property CrlUrlTimeout As Integer
Get
Set
public:
property int CrlUrlTimeout {
int get ();
void set (int value);
}
member CrlUrlTimeout : int with get, set
Property Value
Type:
Int32See Also