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