2 references to SafeNCryptKeyHandle
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
20new SafeNCryptKeyHandle(handle, parentHandle);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
134using (SafeNCryptKeyHandle keyHandle = new SafeNCryptKeyHandle(handle.DangerousGetHandle(), handle))