Esempio n. 1
0
        public Boolean checkAuthentication(GraphDSREST_Settings mySettings)
        {
            if (mySettings != null)
            {
                Debug.WriteLine("Currently not authentication mechanism was choosen!");
                return true;
            }

            else
                return false;
        }
Esempio n. 2
0
        public Boolean checkAuthentication(GraphDSREST_Settings mySettings)
        {
            if (mySettings != null)
            {
                Debug.WriteLine("Currently not authentication mechanism was choosen!");
                return(true);
            }

            else
            {
                return(false);
            }
        }