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.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public bool RenewalOnly { get; set; }

Property Value

Boolean

See Also