CRLDistributionPointSetInfo Method
Updates CRL Distribution Points configuration by writing them to Certification Authority.
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public bool SetInfo(
bool restart
)
Public Function SetInfo (
restart As Boolean
) As Boolean
public:
bool SetInfo(
bool restart
)
member SetInfo :
restart : bool -> bool
- restart Boolean
- Indiciates whether to restart certificate services to immediately apply changes. Updated settings has no effect until
CA service is restarted.
BooleanTrue if configuration was changed. If an object was not modified since it was instantiated, configuration is not updated
and the method returns
False.
For this method to succeed, the caller must be granted CA Administrator permissions.