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