1 write to m_param
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (1)
66m_param = (RpcHashCryptoParameters)m_cryptoHandle.Parameters;
5 references to m_param
System.IdentityModel.Selectors (5)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (5)
87get { return m_param.hashSize; } 92get { return m_param.transform.inputBlockSize; } 96get { return m_param.transform.outputBlockSize; } 100get { return m_param.transform.canTransformMultipleBlocks; } 105get { return m_param.transform.canReuseTransform; }