SessionBaseDoWindowsAuthentication Property |
By default do not use windows authentication when talking to VelocitydbServer's on other hosts.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic static bool DoWindowsAuthentication { get; set; }
Public Shared Property DoWindowsAuthentication As Boolean
Get
Set
public:
static property bool DoWindowsAuthentication {
bool get ();
void set (bool value);
}
static member DoWindowsAuthentication : bool with get, set
Property Value
Type:
Boolean
See Also