13 writes to ProviderType
mscorlib (2)
system\security\cryptography\cryptoapitransform.cs (2)
402ProviderType = providerType; 411ProviderType = parameters.ProviderType;
System (2)
security\system\security\cryptography\cryptoapi.cs (1)
3010parameters.ProviderType = (int) dwProvType;
security\system\security\cryptography\x509\x509certificate2.cs (1)
1222parameters.ProviderType = (int) pKeyProvInfo.dwProvType;
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
168csp.ProviderType = 1; // Dev10 Bug #548719: Explicitly require "RSA Full (Signature and Key Exchange)"
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (1)
598privateKeyParams.ProviderType = rsaAesProviderType /*PROV_RSA_AES*/;
System.IdentityModel (4)
System\IdentityModel\CryptoHelper.cs (2)
788csp.ProviderType = PROV_RSA_AES; 840csp.ProviderType = PROV_RSA_AES;
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (2)
57csp.ProviderType = 24; 440csp.ProviderType = 24;
System.Security (2)
system\security\cryptography\cryptoapi.cs (1)
2491parameters.ProviderType = (int) dwProvType;
system\security\cryptography\x509\x509utils.cs (1)
172parameters.ProviderType = (int) pKeyProvInfo.dwProvType;
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1478csp.ProviderType = PROV_RSA_AES;
9 references to ProviderType
mscorlib (6)
system\security\cryptography\cryptoapitransform.cs (1)
411ProviderType = parameters.ProviderType;
system\security\cryptography\icspasymmetricalgorithm.cs (4)
41if (m_parameters.ProviderType == Constants.PROV_RSA_FULL || m_parameters.ProviderType == Constants.PROV_RSA_AES) 43else if (m_parameters.ProviderType == Constants.PROV_DSS_DH) 66return m_parameters.ProviderType;
system\security\permissions\keycontainerpermission.cs (1)
68parameters.ProviderType,
System.Security (3)
system\security\cryptography\pkcs\pkcsutils.cs (3)
870if (parameters.ProviderType == 0) 1059(uint)parameters.ProviderType, 1068KeyProvInfo.dwProvType = (uint)parameters.ProviderType;