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