Click or drag to resize
IWebServerAuthenticationScheme Property
Gets or sets the authentication scheme to use.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
AuthenticationSchemes AuthenticationScheme { get; set; }

Property Value

Type: AuthenticationSchemes
Remarks
Defaults to AuthenticationSchemes.None. Only None, Anonymous and Basic are currently supported.
See Also