This will use the logged in machine credential for all the authentication with virtual clusters. For example,
if the windows machine running this library is running under PHX\johndoe, that will be the credential used for
virtual cluster authentication. Using default credentials gives the advantage of not having to encode the user
credentials. Also, you can set the virtual cluster name and proxy using the corresponding parameters.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public delegate void SetDefaultCredentials(
string vcName,
string proxy
) |
Visual Basic |
---|
Public Delegate Sub SetDefaultCredentials ( _
vcName As String, _
proxy As String _
) |
Visual C++ |
---|
public delegate void SetDefaultCredentials(
String^ vcName,
String^ proxy
) |
Parameters
- vcName
- Type: String
VC name in "http://" or "vc://" format.
- proxy
- Type: String
The proxy value to be used when communicating with the VC. If a request
is being submitted from REDMOND domain to PHX domain, the proxy will be automatically set
to http://itgproxy
See Also