1 write to _algorithm
System.Security.Cryptography (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
21_algorithm = algorithm;
7 references to _algorithm
System.Security.Cryptography (7)
System\Security\Cryptography\CngAlgorithm.cs (7)
31return _algorithm; 57Debug.Assert(_algorithm != null); 69return _algorithm.Equals(other.Algorithm); 74Debug.Assert(_algorithm != null); 75return _algorithm.GetHashCode(); 80Debug.Assert(_algorithm != null); 81return _algorithm;