C# Class SenseNet.ContentRepository.Security.SystemPrincipal

Inheritance: IPrincipal
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
IsInRole ( string role ) : bool
SystemPrincipal ( IUser user ) : System

Method Details

IsInRole() public méthode

public IsInRole ( string role ) : bool
role string
Résultat bool

SystemPrincipal() public méthode

public SystemPrincipal ( IUser user ) : System
user IUser
Résultat System