2 references to SafeNCryptKeyHandle
System.Core (2)
System\Security\Cryptography\X509Certificates\X509Native.cs (2)
68
return new
SafeNCryptKeyHandle
(privateKeyPtr, certificateContext);
102
var newKeyHandle = new
SafeNCryptKeyHandle
(privateKey.DangerousGetHandle(), certificateContext);