4 references to Open
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCertContextHandleWithKeyContainerDeletion.cs (1)
62
using (CngKey cngKey = CngKey.
Open
(keyContainerName, new CngProvider(providerName), openOpts))
System\Security\Cryptography\CngKey.Open.cs (1)
29
return
Open
(keyName, provider, openOptions: CngKeyOpenOptions.None);
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
276
return CngKey.
Open
(_keyName!, _provider!, _optionOptions);
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
39
using (CngKey.
Open
(keyName, provider, options))