|
SelfHostingServiceWindowsAuthentication Property
|
Gets or sets a boolean value that indicates whether Windows Authentication is to be enabled.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.205-beta
Syntax public bool WindowsAuthentication { get; set; }
Public Property WindowsAuthentication As Boolean
Get
Set
public:
property bool WindowsAuthentication {
bool get ();
void set (bool value);
}
member WindowsAuthentication : bool with get, set
function get_WindowsAuthentication();
function set_WindowsAuthentication(value);
View SourceProperty Value
BooleanSee Also