2 references to CryptImportKey
System.Security.Cryptography (2)
System\Security\Cryptography\CapiHelper.Windows.cs (2)
987
if (!
CryptImportKey
(saveProvHandle, keyBlob, SafeCapiKeyHandle.InvalidHandle, dwCapiFlags, out hKey))
1308
if (!
CryptImportKey
(hProv, RgbPubKey, SafeCapiKeyHandle.InvalidHandle, 0, out hPubKey))