2 references to OpenNoDuplicate
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
86
CngKey cngKey = CngKey.
OpenNoDuplicate
(ncryptKey, cngHandleOptions);
System\Security\Cryptography\CngKey.OpenHandle.cs (1)
26
return
OpenNoDuplicate
(keyHandle.Duplicate(), keyHandleOpenOptions);