1 write to m_key
System.Core (1)
System\Security\Cryptography\CapiSymmetricAlgorithm.cs (1)
60m_key = SetupKey(key, ProcessIV(iv, blockSize, cipherMode), cipherMode, feedbackSize);
12 references to m_key
System.Core (12)
System\Security\Cryptography\CapiSymmetricAlgorithm.cs (12)
86Contract.Ensures(m_key == null || m_key.IsClosed); 90if (m_key != null) { 91m_key.Dispose(); 107Contract.Requires(m_key != null); 243Contract.Requires(m_key != null); 258if (!CapiNative.UnsafeNativeMethods.CryptEncrypt(m_key, 393Contract.Requires(m_key != null); 408if (!CapiNative.UnsafeNativeMethods.CryptDecrypt(m_key, 427Contract.Requires(m_key != null); 441CapiNative.UnsafeNativeMethods.CryptEncrypt(m_key, 453CapiNative.UnsafeNativeMethods.CryptDecrypt(m_key,