AuthenticationRequiredEventArgs Constructor |
Creates a new object.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AuthenticationRequiredEventArgs(
string user,
string password
)
Public Sub New (
user As String,
password As String
)
public:
AuthenticationRequiredEventArgs(
String^ user,
String^ password
)
new :
user : string *
password : string -> AuthenticationRequiredEventArgs
Parameters
- user
- Type: SystemString
- password
- Type: SystemString
See Also