3 references to ImportSymmetricKey
System.Core (3)
System\Security\Cryptography\AesCryptoServiceProvider.cs (3)
108
SafeCapiKeyHandle importedKey = CapiNative.
ImportSymmetricKey
(m_cspHandle,
177
using (SafeCapiKeyHandle importedKey = CapiNative.
ImportSymmetricKey
(m_cspHandle, GetAlgorithmId(keyCopy.Length * 8), keyCopy)) {
243
using (SafeCapiKeyHandle importedKey = CapiNative.
ImportSymmetricKey
(m_cspHandle, GetAlgorithmId(keyCopy.Length * 8), keyCopy)) {