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: 11.1.0.0 (11.1)
Syntax public 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:
BooleanSee Also