3 references to PROV_RSA_FULL
System.Security.Cryptography (3)
System\Security\Cryptography\BasicSymmetricCipherCsp.cs (1)
122var cspParams = new CspParameters((int)ProviderType.PROV_RSA_FULL);
System\Security\Cryptography\CapiHelper.Windows.cs (1)
103if (dwType == (int)ProviderType.PROV_RSA_FULL)
System\Security\Cryptography\CspKeyContainerInfo.Windows.cs (1)
30if (_parameters.ProviderType == (int)CapiHelper.ProviderType.PROV_RSA_FULL ||