C# Class AuthenticationUsingFilters.Model.User

Inheritance: IPrincipal
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
IsInRole ( string role ) : bool
User ( String name, String roles ) : System

Method Details

IsInRole() public method

public IsInRole ( string role ) : bool
role string
return bool

User() public method

public User ( String name, String roles ) : System
name String
roles String
return System