Click or drag to resize
PlatformClientConfigurationCreateHandlerForNTLMAuthentication Method (Uri, String, String, String)
Creates a HttpClientHandler instance for handling NTLM authentication.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public virtual HttpClientHandler CreateHandlerForNTLMAuthentication(
	Uri serviceUri,
	string userName,
	string password,
	string domain = null
)

Parameters

serviceUri
Type: SystemUri
The service URI.
userName
Type: SystemString
Name of the user.
password
Type: SystemString
The password.
domain (Optional)
Type: SystemString
The domain.

Return Value

Type: HttpClientHandler
HttpClientHandler instance which uses the specified credentials.
Exceptions
ExceptionCondition
NotSupportedExceptionEither this login method is not supported for this Platform or the .NET extensions for the DocuWare .NET API was not correctly loaded.
See Also