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