Click or drag to resize
IWebServerAuthenticationRequired Event
Raised when the AuthenticationScheme is not 'None' and the browser has supplied credentials that need testing.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<AuthenticationRequiredEventArgs> AuthenticationRequired

Value

Type: SystemEventHandlerAuthenticationRequiredEventArgs
See Also