Candor.Security.CandorAuthorizationRoleProvider.FindUsersInRole C# (CSharp) 메소드

FindUsersInRole() 공개 메소드

Not implemented/supported.
public FindUsersInRole ( string roleName, string usernameToMatch ) : string[]
roleName string
usernameToMatch string
리턴 string[]
        public override string[] FindUsersInRole( string roleName, string usernameToMatch )
        {
            throw new NotSupportedException();
        }