3 references to SafeCryptContextHandle
System.Configuration (3)
Microsoft\Win32\UnsafeNativeMethods.cs (2)
51
internal extern static int CryptAcquireContext(out
SafeCryptContextHandle
phProv, string pszContainer, string pszProvider, uint dwProvType, uint dwFlags);
54
internal extern static int CryptReleaseContext(
SafeCryptContextHandle
hProv, uint dwFlags);
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
193
SafeCryptContextHandle
hProv = null;