5 references to AcquireProvHandle
mscorlib (5)
system\security\cryptography\cryptoapitransform.cs (1)
84_safeProvHandle = Utils.AcquireProvHandle(new CspParameters(Utils.DefaultRsaProviderType));
system\security\cryptography\passwordderivebytes.cs (1)
44SafeProvHandle safeProvHandle = Utils.AcquireProvHandle(_cspParams);
system\security\cryptography\rfc2898derivebytes.cs (1)
289SafeProvHandle safeProvHandle = Utils.AcquireProvHandle(m_cspParams);
system\security\cryptography\rngcryptoserviceprovider.cs (1)
56m_safeProvHandle = Utils.AcquireProvHandle(cspParams);
system\security\cryptography\utils.cs (1)
166_safeProvHandle = AcquireProvHandle(new CspParameters(DefaultRsaProviderType));