예제 #1
0
        internal bool IsValidateCertificateName()
        {
            var prop = GetProperty(ValidateCertificateName);

            return(AbstractXmlConfigHelper.CheckTrue(prop));
        }
        internal bool IsCheckCertificateRevocation()
        {
            var prop = GetProperty(CheckCertificateRevocation);

            return(AbstractXmlConfigHelper.CheckTrue(prop));
        }