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