2 instantiations of RijndaelCryptoTransform
System.IdentityModel (2)
System\IdentityModel\RijndaelCryptoServiceProvider.cs (2)
27
return new
RijndaelCryptoTransform
(rgbKey, rgbIV, this.PaddingValue, this.BlockSizeValue, true);
39
return new
RijndaelCryptoTransform
(rgbKey, rgbIV, this.PaddingValue, this.BlockSizeValue, false);