The UseTrustedConnection property specifies whether to log in using the Windows NT Authentication security mode.
Connection Object |
object.UseTrustedConnection [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Whether to log in using Windows NT Authentication |
Boolean
Read/write
HRESULT GetUseTrustedConnection(VARIANT_BOOL *pRetVal);
HRESULT SetUseTrustedConnection(VARIANT_BOOL NewValue);