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