Click or drag to resize

ResourceManagementClient Constructor (Uri, NetworkCredential, String, Boolean)

Initializes a new instance of the ResourceManagementClient class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public ResourceManagementClient(
	Uri baseAddress,
	NetworkCredential credentials,
	string servicePrincipalName,
	bool allowNtlm
)

Parameters

baseAddress
Type: SystemUri
The URI of the Resource Management Service Endpoint
credentials
Type: System.NetNetworkCredential
The credentials to use to connect to the service
servicePrincipalName
Type: SystemString
The service principal name of the Resource Management Service
allowNtlm
Type: SystemBoolean
Specifies if NTLM authentication should be attempted if kerberos authentication fails
See Also