Candor.Security.CandorAuthorizationRoleProvider.GetUsersInRole C# (CSharp) Method

GetUsersInRole() public method

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