Candor.Security.CandorAuthorizationRoleProvider.GetUsersInRole C# (CSharp) Méthode

GetUsersInRole() public méthode

Not implemented/supported.
public GetUsersInRole ( string roleName ) : string[]
roleName string
Résultat string[]
        public override string[] GetUsersInRole( string roleName )
        {
            throw new NotSupportedException();
        }