Partager via


Méthode IBackgroundCopyJobHttpOptions ::RemoveClientCertificate (bits2_5.h)

Supprime le certificat client du travail.

Syntaxe

HRESULT RemoveClientCertificate();

Valeur de retour

Le tableau suivant répertorie certaines des valeurs de retour possibles.

Code de retour Description
S_OK
Le certificat a été supprimé.
S_FALSE
Le travail ne spécifie pas de certificat.
BG_E_INVALID_STATE
L’état du travail ne peut pas être BG_JOB_STATE_CANCELLED ou BG_JOB_STATE_ACKNOWLEDGED.

Remarques

Vous utilisez la méthode IBackgroundCopyJobHttpOptions ::SetClientCertificateByID ou IBackgroundCopyJobHttpOptions ::SetClientCertificateByName pour spécifier le certificat.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista
Serveur minimal pris en charge Windows Server 2008
Plateforme cible Windows
En-tête bits2_5.h (include Bits.h)
Bibliothèque Bits.lib

Voir aussi

IBackgroundCopyJobHttpOptions

IBackgroundCopyJobHttpOptions ::GetClientCertificate

IBackgroundCopyJobHttpOptions ::SetClientCertificateByID

IBackgroundCopyJobHttpOptions ::SetClientCertificateByName