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