C# Class SenseNet.ContentRepository.Security.SystemPrincipal

Inheritance: IPrincipal
Mostrar archivo Open project: maxpavlov/FlexNet

Public Methods

Method Description
IsInRole ( string role ) : bool
SystemPrincipal ( IUser user ) : System

Method Details

IsInRole() public method

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

SystemPrincipal() public method

public SystemPrincipal ( IUser user ) : System
user IUser
return System