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