C# Class BlogEngine.Core.CustomIdentity

Inheritance: System.MarshalByRefObject, IIdentity
Show file Open project: rasmuskl/ReSharperCourse Class Usage Examples

Public Methods

Method Description
CustomIdentity ( string username, bool isAuthenticated ) : System
CustomIdentity ( string username, string password ) : System

Method Details

CustomIdentity() public method

public CustomIdentity ( string username, bool isAuthenticated ) : System
username string
isAuthenticated bool
return System

CustomIdentity() public method

public CustomIdentity ( string username, string password ) : System
username string
password string
return System