WebServerSettingsAuthenticationScheme Property |
Gets or sets the authentication scheme that the server will employ for new connections.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AuthenticationSchemes AuthenticationScheme { get; set; }
Public Property AuthenticationScheme As AuthenticationSchemes
Get
Set
public:
property AuthenticationSchemes AuthenticationScheme {
AuthenticationSchemes get ();
void set (AuthenticationSchemes value);
}
member AuthenticationScheme : AuthenticationSchemes with get, set
Property Value
Type:
AuthenticationSchemesSee Also