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