Adf.Base.Authorization.AllAuthorizationProvider.IsInRole C# (CSharp) Méthode

IsInRole() public méthode

Checks whether the current user belongs to a certain role.
public IsInRole ( string role ) : bool
role string Role name to check for.
Résultat bool
        public bool IsInRole(string role)
        {
            return true;
        }