Пример #1
0
        public bool HaveAuthenticationCredentials()
        {
            SscLogin password;

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