The PublishCRL method publishes a CRL based on the CA's current certificate, as well as CRLs based on any CA certificates that have been renewed and are not yet expired.
public void PublishCRL(
bool deltaOnly = false,
bool updateFilesOnly = false
)Public Sub PublishCRL (
Optional deltaOnly As Boolean = false,
Optional updateFilesOnly As Boolean = false
)public:
void PublishCRL(
bool deltaOnly = false,
bool updateFilesOnly = false
)member PublishCRL :
?deltaOnly : bool *
?updateFilesOnly : bool
(* Defaults:
let _deltaOnly = defaultArg deltaOnly false
let _updateFilesOnly = defaultArg updateFilesOnly false
*)
-> unit | UninitializedObjectException | The object is not properly initialized. |
| ServerUnavailableException | CA server is not accessible via RPC/DCOM. |