コード例 #1
0
ファイル: GraphDSREST_Errors.cs プロジェクト: ramz/sones
        public Boolean checkAuthentication(GraphDSREST_Settings mySettings)
        {
            if (mySettings != null)
            {
                Debug.WriteLine("Currently not authentication mechanism was choosen!");
                return true;
            }

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

            else
            {
                return(false);
            }
        }