13 writes to ProviderType
mscorlib (2)
system\security\cryptography\cryptoapitransform.cs (2)
402
ProviderType
= providerType;
411
ProviderType
= parameters.ProviderType;
System (2)
security\system\security\cryptography\cryptoapi.cs (1)
3010
parameters.
ProviderType
= (int) dwProvType;
security\system\security\cryptography\x509\x509certificate2.cs (1)
1222
parameters.
ProviderType
= (int) pKeyProvInfo.dwProvType;
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
168
csp.
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)
598
privateKeyParams.
ProviderType
= rsaAesProviderType /*PROV_RSA_AES*/;
System.IdentityModel (4)
System\IdentityModel\CryptoHelper.cs (2)
788
csp.
ProviderType
= PROV_RSA_AES;
840
csp.
ProviderType
= PROV_RSA_AES;
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (2)
57
csp.
ProviderType
= 24;
440
csp.
ProviderType
= 24;
System.Security (2)
system\security\cryptography\cryptoapi.cs (1)
2491
parameters.
ProviderType
= (int) dwProvType;
system\security\cryptography\x509\x509utils.cs (1)
172
parameters.
ProviderType
= (int) pKeyProvInfo.dwProvType;
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1478
csp.
ProviderType
= PROV_RSA_AES;
9 references to ProviderType
mscorlib (6)
system\security\cryptography\cryptoapitransform.cs (1)
411
ProviderType = parameters.
ProviderType
;
system\security\cryptography\icspasymmetricalgorithm.cs (4)
41
if (m_parameters.
ProviderType
== Constants.PROV_RSA_FULL || m_parameters.
ProviderType
== Constants.PROV_RSA_AES)
43
else if (m_parameters.
ProviderType
== Constants.PROV_DSS_DH)
66
return m_parameters.
ProviderType
;
system\security\permissions\keycontainerpermission.cs (1)
68
parameters.
ProviderType
,
System.Security (3)
system\security\cryptography\pkcs\pkcsutils.cs (3)
870
if (parameters.
ProviderType
== 0)
1059
(uint)parameters.
ProviderType
,
1068
KeyProvInfo.dwProvType = (uint)parameters.
ProviderType
;