Beispiel #1
0
        public bool Test_406255()
        {
            bool result = false;

            if (ProductFamily == "LFP")
            {
                result = EwsTemplates.TemplateEncryptionStrengthLFP(CreateAdapter(), "Low");
            }
            else if (ProductFamily == "VEP")
            {
                result = EwsTemplates.TemplateEncryptionStrengthVEP(CreateAdapter(), "Low");
            }

            return(result);
        }