1 write to m_cryptoHandle
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (1)
64m_cryptoHandle = (HashCryptoHandle)CryptoHandle.Create(nativeHandle);
6 references to m_cryptoHandle
System.IdentityModel.Selectors (6)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (6)
66m_param = (RpcHashCryptoParameters)m_cryptoHandle.Parameters; 71if (null != m_cryptoHandle) 73m_cryptoHandle.Dispose(); 138int status = CardSpaceSelector.GetShim().m_csShimHashCore(m_cryptoHandle.InternalHandle, 195int status = CardSpaceSelector.GetShim().m_csShimHashFinal(m_cryptoHandle.InternalHandle, 234m_cryptoHandle.Dispose();