IssuanceRequirementsExistingCertForRenewal Property |
Gets the certificate reenrollment requirements. If the property is set to True,
existing valid certificate is sufficient for reenrollment, otherwise, the same enrollment
criteria is required for certificate renewal as was used for initial enrollment.
Namespace:
PKI.CertificateTemplates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool ExistingCertForRenewal { get; }
Public ReadOnly Property ExistingCertForRenewal As Boolean
Get
public:
property bool ExistingCertForRenewal {
bool get ();
}
member ExistingCertForRenewal : bool with get
Property Value
Type:
BooleanSee Also