certbcli.h header
This header is used by Security and Identity. For more information, see:
certbcli.h contains the following programming interfaces:
Functions
CertSrvBackupClose Closes the file opened by the CertSrvBackupOpenFile function. |
CertSrvBackupEnd Ends a Certificate Services backup session. |
CertSrvBackupFree Used to free memory allocated from certain Certificate Services Backup APIs. |
CertSrvBackupGetBackupLogsW Retrieves the list of Certificate Services log file names that need to be backed up for the given backup context. |
CertSrvBackupGetDatabaseNamesW Retrieves the list of Certificate Services database file names that need to be backed up for the given backup context. |
CertSrvBackupGetDynamicFileListW Retrieves the list of Certificate Services dynamic file names that need to be backed up for the given backup context. |
CertSrvBackupOpenFileW Opens a file for backup. |
CertSrvBackupPrepareW Used to prepare a Certificate Services server for backup operations. |
CertSrvBackupRead Reads bytes from a Certificate Services file. |
CertSrvBackupTruncateLogs Eliminates redundant records and reduces the disk storage space used by log files. |
CertSrvIsServerOnlineW Determines if a Certificate Services server is online; if the Certificate Services server is not online, backup operations will not be successful. |
CertSrvRestoreEnd Ends a Certificate Services restore session. |
CertSrvRestoreGetDatabaseLocationsW Used both in backup and restore scenarios and retrieves the list of Certificate Services database location names for all the files being backed up or restored. |
CertSrvRestorePrepareW Prepares a Certificate Services instance for restore operations. |
CertSrvRestoreRegisterComplete Completes a registered Certificate Services restore operation. |
CertSrvRestoreRegisterThroughFile Registers a Certificate Services restore. (CertSrvRestoreRegisterThroughFile) |
CertSrvRestoreRegisterW Registers a Certificate Services restore. (CertSrvRestoreRegisterW) |
CertSrvServerControlW Issues a service control command to programmatically stop Certificate Services. |