Click or drag to resize

BackgroundCopyJobRemoveCredentials Method

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public void RemoveCredentials(
	BackgroundCopyAuthenticationTarget target,
	BackgroundCopyAuthenticationScheme scheme
)

Parameters

target
Type: usis.Net.BitsBackgroundCopyAuthenticationTarget
Identifies whether to use the credentials for proxy or server authentication.
scheme
Type: usis.Net.BitsBackgroundCopyAuthenticationScheme
Identifies the authentication scheme to use (basic or one of several challenge-response schemes).
See Also