13 references to BCryptHashAlgorithm
System.Core (13)
System\Security\Cryptography\ECDsaCng.cs (6)
281using (BCryptHashAlgorithm hashAlgorithm = new BCryptHashAlgorithm(HashAlgorithm, BCryptNative.ProviderName.MicrosoftPrimitiveProvider)) { 297using (BCryptHashAlgorithm hashAlgorithm = new BCryptHashAlgorithm(HashAlgorithm, BCryptNative.ProviderName.MicrosoftPrimitiveProvider)) { 379using (BCryptHashAlgorithm hashAlgorithm = new BCryptHashAlgorithm(HashAlgorithm, BCryptNative.ProviderName.MicrosoftPrimitiveProvider)) { 396using (BCryptHashAlgorithm hashAlgorithm = new BCryptHashAlgorithm(HashAlgorithm, BCryptNative.ProviderName.MicrosoftPrimitiveProvider)) { 453using (BCryptHashAlgorithm hasher = new BCryptHashAlgorithm(new CngAlgorithm(hashAlgorithm.Name), BCryptNative.ProviderName.MicrosoftPrimitiveProvider)) { 464using (BCryptHashAlgorithm hasher = new BCryptHashAlgorithm(new CngAlgorithm(hashAlgorithm.Name), BCryptNative.ProviderName.MicrosoftPrimitiveProvider)) {
System\Security\Cryptography\MD5Cng.cs (1)
25m_hashAlgorithm = new BCryptHashAlgorithm(CngAlgorithm.MD5,
System\Security\Cryptography\RsaCng.cs (2)
168using (BCryptHashAlgorithm hasher = new BCryptHashAlgorithm(new CngAlgorithm(hashAlgorithm.Name), BCryptNative.ProviderName.MicrosoftPrimitiveProvider)) 181using (BCryptHashAlgorithm hasher = new BCryptHashAlgorithm(new CngAlgorithm(hashAlgorithm.Name), BCryptNative.ProviderName.MicrosoftPrimitiveProvider))
System\Security\Cryptography\SHA1Cng.cs (1)
22m_hashAlgorithm = new BCryptHashAlgorithm(CngAlgorithm.Sha1,
System\Security\Cryptography\SHA256Cng.cs (1)
21m_hashAlgorithm = new BCryptHashAlgorithm(CngAlgorithm.Sha256,
System\Security\Cryptography\SHA384Cng.cs (1)
21m_hashAlgorithm = new BCryptHashAlgorithm(CngAlgorithm.Sha384,
System\Security\Cryptography\SHA512Cng.cs (1)
21m_hashAlgorithm = new BCryptHashAlgorithm(CngAlgorithm.Sha512,