IWebServerAuthenticationRequired Event |
Raised when the
AuthenticationScheme is not 'None' and the browser has supplied credentials that need testing.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<AuthenticationRequiredEventArgs> AuthenticationRequired
Event AuthenticationRequired As EventHandler(Of AuthenticationRequiredEventArgs)
event EventHandler<AuthenticationRequiredEventArgs^>^ AuthenticationRequired {
void add (EventHandler<AuthenticationRequiredEventArgs^>^ value);
void remove (EventHandler<AuthenticationRequiredEventArgs^>^ value);
}
abstract AuthenticationRequired : IEvent<EventHandler<AuthenticationRequiredEventArgs>,
AuthenticationRequiredEventArgs>
Value
Type:
SystemEventHandlerAuthenticationRequiredEventArgsSee Also