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 |
---|---|
|
Le certificat a été supprimé. |
|
Le travail ne spécifie pas de certificat. |
|
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 ::GetClientCertificate