1 write to m_algorithmGroup
System.Core (1)
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
39m_algorithmGroup = algorithmGroup;
8 references to m_algorithmGroup
System.Core (8)
System\Security\Cryptography\CngAlgorithmGroup.cs (8)
30Contract.Ensures(!String.IsNullOrEmpty(m_algorithmGroup)); 48return m_algorithmGroup; 72Contract.Assert(m_algorithmGroup != null); 82return m_algorithmGroup.Equals(other.AlgorithmGroup); 86Contract.Assert(m_algorithmGroup != null); 87return m_algorithmGroup.GetHashCode(); 91Contract.Assert(m_algorithmGroup != null); 92return m_algorithmGroup;