CESUriRenewalOnly Property |
Indicates whether the current CES URL can be used for certificate renewal only. If the property is set to
True, then this URL cannot be used for initial certificate enrollment and can be used only to renew
existing certificates. If the property is set to False, client can use this URL for initial
certificate enrollment and existing certificate renewal.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool RenewalOnly { get; set; }
Public Property RenewalOnly As Boolean
Get
Set
public:
property bool RenewalOnly {
bool get ();
void set (bool value);
}
member RenewalOnly : bool with get, set
Property Value
Type:
BooleanSee Also