Click or drag to resize
PlatformClientConfigurationCreateHandlerForNTLMAuthentication Method (ICredentials)
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(
	ICredentials credentials
)

Parameters

credentials
Type: System.NetICredentials
The credentials.

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