2 writes to m_transCryptoHandle
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (2)
188m_transCryptoHandle = (TransformCryptoHandle)CryptoHandle.Create(nativeHandle); 314m_transCryptoHandle = null;
5 references to m_transCryptoHandle
System.IdentityModel.Selectors (5)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (5)
190m_param = (RpcTransformCryptoParameters)m_transCryptoHandle.Parameters; 239int status = CardSpaceSelector.GetShim().m_csShimTransformBlock(m_transCryptoHandle.InternalHandle, 287int status = CardSpaceSelector.GetShim().m_csShimTransformFinalBlock(m_transCryptoHandle.InternalHandle, 311if (null != m_transCryptoHandle) 313m_transCryptoHandle.Dispose();