C# Class System.Security.Permissions.PrincipalPermission.PrincipalInfo

Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
PrincipalInfo ( string name, string role, bool isAuthenticated ) : System.Collections

Method Details

PrincipalInfo() public method

public PrincipalInfo ( string name, string role, bool isAuthenticated ) : System.Collections
name string
role string
isAuthenticated bool
return System.Collections