5 references to ProviderNames
System.Core (5)
System\Security\Cryptography\AesCryptoServiceProvider.cs (2)
42
string providerName = CapiNative.
ProviderNames
.MicrosoftEnhancedRsaAes;
44
providerName = CapiNative.
ProviderNames
.MicrosoftEnhancedRsaAesPrototype;
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
21
m_hashAlgorithm = new CapiHashAlgorithm(CapiNative.
ProviderNames
.MicrosoftEnhancedRsaAes,
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
21
m_hashAlgorithm = new CapiHashAlgorithm(CapiNative.
ProviderNames
.MicrosoftEnhancedRsaAes,
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
21
m_hashAlgorithm = new CapiHashAlgorithm(CapiNative.
ProviderNames
.MicrosoftEnhancedRsaAes,