C# Class Investor.Common.Shared.Authentication.BasicAuthenticationIdentity

Inheritance: System.Security.Principal.GenericIdentity
Exibir arquivo Open project: johnhinz/Investor

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