8 references to ProviderType
System.Security.Cryptography (8)
System\Security\Cryptography\BasicSymmetricCipherCsp.cs (1)
122
var cspParams = new CspParameters((int)
ProviderType
.PROV_RSA_FULL);
System\Security\Cryptography\CapiHelper.DSA.Windows.cs (1)
9
internal const int DefaultDssProviderType = (int)
ProviderType
.PROV_DSS_DH;
System\Security\Cryptography\CapiHelper.Shared.cs (1)
39
internal const int DefaultRsaProviderType = (int)
ProviderType
.PROV_RSA_AES;
System\Security\Cryptography\CapiHelper.Windows.cs (2)
103
if (dwType == (int)
ProviderType
.PROV_RSA_FULL)
107
else if (dwType == (int)
ProviderType
.PROV_DSS_DH)
System\Security\Cryptography\CspKeyContainerInfo.Windows.cs (3)
30
if (_parameters.ProviderType == (int)CapiHelper.
ProviderType
.PROV_RSA_FULL ||
31
_parameters.ProviderType == (int)CapiHelper.
ProviderType
.PROV_RSA_AES)
35
else if (_parameters.ProviderType == (int)CapiHelper.
ProviderType
.PROV_DSS_DH)