DBPROP_AUTH_INTEGRATED

Property group: Initialization

Property set: DBPROPSET_DBINIT

Type: VT_BSTR

Typical R/W: R/W

Description: Integrated Security

A string containing the name of the authentication service used by the server to identify the user using the identity provided by an authentication domain. For example, for Microsoft? Windows NT?/Windows? 2000 Integrated Security, this is "SSPI" (Security Support Provider Interface). If the BSTR is a null pointer, the default authentication service should be used. When this property is used, no other DBPROP_AUTH* properties are needed and if provided, their values are ignored.

The security context is established when the data source object is initialized. The provider should always use this security context when creating sessions and on all calls made on that connection. This security context may differ from the ones in effect for subsequent calls on other threads.

See Also

Reference

Properties (Alphabetical)