Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes credentials from use. The credentials must match an existing target and scheme pair that you specified using the IBackgroundCopyJob2::SetCredentials method. There is no method to retrieve the credentials you have set.
Syntax
HRESULT RemoveCredentials(
[in] BG_AUTH_TARGET Target,
[in] BG_AUTH_SCHEME Scheme
);
Parameters
[in] Target
Identifies whether to use the credentials for proxy or server authentication.
[in] Scheme
Identifies the authentication scheme to use (basic or one of several challenge-response schemes). For details, see the BG_AUTH_SCHEME enumeration.
Return value
This method returns the following return values, as well as others.
| Return code | Description |
|---|---|
|
Success |
|
No credentials have been set using the given Target and Scheme pair. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2003 |
| Target Platform | Windows |
| Header | bits1_5.h (include Bits.h) |
| Library | Bits.lib |
| DLL | BitsPrx2.dll |
| Redistributable | BITS 1.5 on Windows XP |