3 references to Direction
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (3)
100return new CryptoTransform(this, CryptoTransform.Direction.Encrypt); 113return new CryptoTransform(this, CryptoTransform.Direction.Decrypt); 158public CryptoTransform(InfoCardSymmetricAlgorithm symAlgo, Direction cryptoDirection)