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

RemoveUsersFromRoles() public method

Not implemented/supported.
public RemoveUsersFromRoles ( string usernames, string roleNames ) : void
usernames string
roleNames string
return void
        public override void RemoveUsersFromRoles( string[] usernames, string[] roleNames )
        {
            throw new NotSupportedException();
        }