C# Class System.Net.HttpListenerBasicIdentity

Inheritance: System.Security.Principal.GenericIdentity
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
HttpListenerBasicIdentity ( string username, string password ) : System.Security.Principal

Method Details

HttpListenerBasicIdentity() public method

public HttpListenerBasicIdentity ( string username, string password ) : System.Security.Principal
username string
password string
return System.Security.Principal