Adf.Base.Authorization.AllAuthorizationProvider.IsInRole C# (CSharp) 메소드

IsInRole() 공개 메소드

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