1 write to m_algorithm
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
47m_algorithm = algorithm;
8 references to m_algorithm
System.Core (8)
System\Security\Cryptography\CngAlgorithm.cs (8)
38Contract.Ensures(!String.IsNullOrEmpty(m_algorithm)); 56return m_algorithm; 78Contract.Assert(m_algorithm != null); 88return m_algorithm.Equals(other.Algorithm); 92Contract.Assert(m_algorithm != null); 93return m_algorithm.GetHashCode(); 97Contract.Assert(m_algorithm != null); 98return m_algorithm;