public bool SetInfo(
bool restart
)Public Function SetInfo (
restart As Boolean
) As Booleanpublic:
bool SetInfo(
bool restart
)member SetInfo :
restart : bool -> bool This method do not check whether the certificates in Certificate property are valid. The caller is responsible to check if the certificates are time-valid, trusted and not revoked.
| UnauthorizedAccessException | The caller do not have sufficient permissions to make changes in the CA configuration. |
| ServerUnavailableException | The target CA server could not be contacted via RPC/DCOM transport. |