CheckTrue() public static méthode

public static CheckTrue ( string value ) : bool
value string
Résultat bool
        internal bool IsValidateCertificateName()
        {
            var prop = GetProperty(ValidateCertificateName);

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

            return(AbstractXmlConfigHelper.CheckTrue(prop));
        }