IWebServerAuthenticationScheme Property |
Gets or sets the authentication scheme to use.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax AuthenticationSchemes AuthenticationScheme { get; set; }
Property AuthenticationScheme As AuthenticationSchemes
Get
Set
property AuthenticationSchemes AuthenticationScheme {
AuthenticationSchemes get ();
void set (AuthenticationSchemes value);
}
abstract AuthenticationScheme : AuthenticationSchemes with get, set
Property Value
Type:
AuthenticationSchemesRemarks
Defaults to AuthenticationSchemes.None. Only None, Anonymous and Basic are currently supported.
See Also