5 references to Algorithm
System.Core (5)
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
83m_algorithmHandle = _algorithmCache.GetCachedAlgorithmHandle(algorithm.Algorithm, implementation);
System\Security\Cryptography\CngAlgorithm.cs (1)
88return m_algorithm.Equals(other.Algorithm);
System\Security\Cryptography\CngKey.cs (1)
442algorithm.Algorithm,
System\Security\Cryptography\ECDiffieHellmanCng.cs (2)
378HashAlgorithm.Algorithm, 389HashAlgorithm.Algorithm,