13 references to MicrosoftPrimitiveProvider
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)
26BCryptNative.ProviderName.MicrosoftPrimitiveProvider);
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)
23BCryptNative.ProviderName.MicrosoftPrimitiveProvider);
System\Security\Cryptography\SHA256Cng.cs (1)
22BCryptNative.ProviderName.MicrosoftPrimitiveProvider);
System\Security\Cryptography\SHA384Cng.cs (1)
22BCryptNative.ProviderName.MicrosoftPrimitiveProvider);
System\Security\Cryptography\SHA512Cng.cs (1)
22BCryptNative.ProviderName.MicrosoftPrimitiveProvider);