6 instantiations of RijndaelManaged
System.Core (1)
System\Security\Cryptography\AesManaged.cs (1)
32
m_impl = new
RijndaelManaged
();
System.IdentityModel (5)
System\IdentityModel\CryptoHelper.cs (5)
368
Rijndael tmp = SecurityUtils.RequiresFipsCompliance ? (Rijndael)new RijndaelCryptoServiceProvider() : new
RijndaelManaged
();
689
symmetricAlgorithm = SecurityUtils.RequiresFipsCompliance ? (Rijndael)new RijndaelCryptoServiceProvider() : new
RijndaelManaged
();
1035
symmetricAlgorithm = SecurityUtils.RequiresFipsCompliance ? (Rijndael)new RijndaelCryptoServiceProvider() : new
RijndaelManaged
();
1074
symmetricAlgorithm = SecurityUtils.RequiresFipsCompliance ? (Rijndael)new RijndaelCryptoServiceProvider() : new
RijndaelManaged
();
1209
return new
RijndaelManaged
();
1 reference to RijndaelManaged
mscorlib (1)
system\security\cryptography\cryptoconfig.cs (1)
201
Type RijndaelManagedType = typeof(System.Security.Cryptography.
RijndaelManaged
);