Click or drag to resize

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; }

Property Value

Type: String
Exceptions
ExceptionCondition
FormatException The string assigned to the property does not match required pattern.
See Also