OcspResponderRevocationConfigurationReminderDuration Property |
Gets a percentage of the signing certificate validity period at which the responder will notify the administrator that certificate
is about to expire. Default value is 90%.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int ReminderDuration { get; set; }
Public Property ReminderDuration As Integer
Get
Set
public:
property int ReminderDuration {
int get ();
void set (int value);
}
member ReminderDuration : int with get, set
Property Value
Type:
Int32Remarks Setter value must be in range 0-100.
See Also