1 write to _algorithmGroup
System.Security.Cryptography (1)
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
22_algorithmGroup = algorithmGroup;
7 references to _algorithmGroup
System.Security.Cryptography (7)
System\Security\Cryptography\CngAlgorithmGroup.cs (7)
32return _algorithmGroup; 58Debug.Assert(_algorithmGroup != null); 70return _algorithmGroup.Equals(other.AlgorithmGroup); 75Debug.Assert(_algorithmGroup != null); 76return _algorithmGroup.GetHashCode(); 81Debug.Assert(_algorithmGroup != null); 82return _algorithmGroup;