2 instantiations of CryptoTransform
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (2)
100
return new
CryptoTransform
(this, CryptoTransform.Direction.Encrypt);
113
return new
CryptoTransform
(this, CryptoTransform.Direction.Decrypt);
2 references to CryptoTransform
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (2)
100
return new CryptoTransform(this,
CryptoTransform
.Direction.Encrypt);
113
return new CryptoTransform(this,
CryptoTransform
.Direction.Decrypt);