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