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

RoleExists() public method

Not implemented/supported.
public RoleExists ( string roleName ) : bool
roleName string
return bool
        public override bool RoleExists( string roleName )
        {
            throw new NotSupportedException();
        }