Click or drag to resize
AuthenticationRequiredEventArgs Constructor
Creates a new object.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AuthenticationRequiredEventArgs(
	string user,
	string password
)

Parameters

user
Type: SystemString
password
Type: SystemString
See Also