CertValiditySettingValidityPeriod Property |
Gets or sets the maximum validity period for issued certificates.
New validity period must be set in the following format: "5 years". As for validity period units the following
values are alloved: hours, days, weeks, months and
years. All unit qualifiers must be specified in plural form.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string ValidityPeriod { get; set; }
Public Property ValidityPeriod As String
Get
Set
public:
property String^ ValidityPeriod {
String^ get ();
void set (String^ value);
}
member ValidityPeriod : string with get, set
Property Value
Type:
StringExceptions Exception | Condition |
---|
FormatException |
The string assigned to the property does not match required pattern.
|
See Also