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
Syntaxpublic ResourceManagementClient(
Uri baseAddress,
NetworkCredential credentials,
string servicePrincipalName,
bool allowNtlm
)
Public Sub New (
baseAddress As Uri,
credentials As NetworkCredential,
servicePrincipalName As String,
allowNtlm As Boolean
)
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