4 references to AcquireCsp
System.Security.Cryptography (4)
System\Security\Cryptography\BasicSymmetricCipherCsp.cs (1)
123CapiHelper.AcquireCsp(cspParams, out safeProvHandle);
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
327CapiHelper.AcquireCsp(new CspParameters(CapiHelper.DefaultDssProviderType), out safeProvHandle);
System\Security\Cryptography\PasswordDeriveBytes.Windows.cs (1)
60CapiHelper.AcquireCsp(cspParams, out SafeProvHandle safeProvHandle);
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
346CapiHelper.AcquireCsp(new CspParameters(CapiHelper.DefaultRsaProviderType), out safeProvHandle);