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, string database )
Parameters
- host
- Type: SystemString
Host - database
- Type: SystemString
Database
Return Value
Type: IDatabaseURLConverterDatabase URL converter
See Also