2 writes to m_cryptoHandle
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (2)
40m_cryptoHandle = (AsymmetricCryptoHandle)cryptoHandle.Duplicate(); 55m_cryptoHandle = null;
7 references to m_cryptoHandle
System.IdentityModel.Selectors (7)
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (7)
44m_params = (RpcAsymmetricCryptoParameters)m_cryptoHandle.Parameters; 54m_cryptoHandle.Dispose(); 89int status = CardSpaceSelector.GetShim().m_csShimDecrypt(m_cryptoHandle.InternalHandle, 121int status = CardSpaceSelector.GetShim().m_csShimEncrypt(m_cryptoHandle.InternalHandle, 157int status = CardSpaceSelector.GetShim().m_csShimSignHash(m_cryptoHandle.InternalHandle, 200status = CardSpaceSelector.GetShim().m_csShimVerifyHash(m_cryptoHandle.InternalHandle, 242m_cryptoHandle.Dispose();