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