2 types derived from Rijndael
System.Security.Cryptography (2)
System\Security\Cryptography\RijndaelImplementation.cs (1)
16internal sealed class RijndaelImplementation : Rijndael
System\Security\Cryptography\RijndaelManaged.cs (1)
13public sealed class RijndaelManaged : Rijndael
9 references to Rijndael
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
905[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rijndael))]
netstandard (1)
netstandard.cs (1)
1909[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rijndael))]
System.Security.Cryptography (3)
System\Security\Cryptography\Rijndael.cs (3)
16public static new Rijndael Create() 23public static new Rijndael? Create(string algName) 25return (Rijndael?)CryptoConfig.CreateFromName(algName);
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
52[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rijndael))]
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptedXml.cs (3)
631else if (symKey is Rijndael || symKey is Aes) 934else if (symmetricAlgorithm is Rijndael || symmetricAlgorithm is Aes) 988else if (symmetricAlgorithm is Rijndael || symmetricAlgorithm is Aes)