IDBHandlerFactoryCreateWindowsAuthenticationConnection Method (String, NullableInt32, String)ChemAxon .NET API
Creates a connection descriptor for windows authentication based database access. Note: ntlmauth.dll required.

Namespace: ChemAxon.NET.API.DB
Assembly: ChemAxon.NET (in ChemAxon.NET.dll) Version: 1.0.0.1
Syntax

IDatabaseURLConverter CreateWindowsAuthenticationConnection(
	string host,
	Nullable<int> port,
	string database
)

Parameters

host
Type: SystemString
Host
port
Type: SystemNullableInt32
Port
database
Type: SystemString
Database

Return Value

Type: IDatabaseURLConverter
Database URL converter
See Also

Reference