コード例 #1
0
ファイル: SscOperations.cs プロジェクト: solsab/sql-scripts
        public bool HaveAuthenticationCredentials()
        {
            SscLogin password;

            return(m_CredentialsManager.TryReadCred(out password));
        }