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)
44
SafeProvHandle safeProvHandle = Utils.
AcquireProvHandle
(_cspParams);
system\security\cryptography\rfc2898derivebytes.cs (1)
289
SafeProvHandle safeProvHandle = Utils.
AcquireProvHandle
(m_cspParams);
system\security\cryptography\rngcryptoserviceprovider.cs (1)
56
m_safeProvHandle = Utils.
AcquireProvHandle
(cspParams);
system\security\cryptography\utils.cs (1)
166
_safeProvHandle =
AcquireProvHandle
(new CspParameters(DefaultRsaProviderType));