C# Class WebApi_BasicAuth_Filter.BasicAuthenticationIdentity

Inheritance: System.Security.Principal.GenericIdentity
显示文件 Open project: NathanGloyn/SPA-Authentication

Public Methods

Method Description
BasicAuthenticationIdentity ( string name, string password ) : System.Security.Principal

Method Details

BasicAuthenticationIdentity() public method

public BasicAuthenticationIdentity ( string name, string password ) : System.Security.Principal
name string
password string
return System.Security.Principal