Auxilium.Login.Model.GebruikerBase.IsInRole C# (CSharp) Method

IsInRole() public abstract method

Determines whether the current principal belongs to the specified role.
public abstract IsInRole ( string role ) : bool
role string The name of the role for which to check membership.
return bool
        public abstract bool IsInRole(string role);