C# Class TechTalks.API.Security.BasicAuthenticationIdentity

Inheritance: System.Security.Principal.GenericIdentity
Datei anzeigen Open project: anuragvaishy-galaxe/TechTalks

Public Methods

Method Description
BasicAuthenticationIdentity ( string name, string password ) : System

Method Details

BasicAuthenticationIdentity() public method

public BasicAuthenticationIdentity ( string name, string password ) : System
name string
password string
return System