2 references to CryptReleaseContext
System.Security.Cryptography.Pkcs (2)
Microsoft\Win32\SafeHandles\SafeProvOrNCryptKeyHandleUwp.cs (1)
53bool success = Interop.Advapi32.CryptReleaseContext(handle, 0);
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeProvHandle.cs (1)
118bool successfullyFreed = Interop.Advapi32.CryptReleaseContext(handle, 0);