3 instantiations of InfoCardSymmetricAlgorithm
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (3)
171
using (InfoCardSymmetricAlgorithm symAlgo = new
InfoCardSymmetricAlgorithm
(m_cryptoHandle))
200
using (InfoCardSymmetricAlgorithm symAlgo = new
InfoCardSymmetricAlgorithm
(m_cryptoHandle))
259
algorithm = new
InfoCardSymmetricAlgorithm
(m_cryptoHandle);
3 references to InfoCardSymmetricAlgorithm
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (1)
158
public CryptoTransform(
InfoCardSymmetricAlgorithm
symAlgo, Direction cryptoDirection)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (2)
171
using (
InfoCardSymmetricAlgorithm
symAlgo = new InfoCardSymmetricAlgorithm(m_cryptoHandle))
200
using (
InfoCardSymmetricAlgorithm
symAlgo = new InfoCardSymmetricAlgorithm(m_cryptoHandle))