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