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