2 types derived from Rijndael
System.Security.Cryptography (2)
System\Security\Cryptography\RijndaelImplementation.cs (1)
16
internal sealed class RijndaelImplementation :
Rijndael
System\Security\Cryptography\RijndaelManaged.cs (1)
13
public 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)
16
public static new
Rijndael
Create()
23
public static new
Rijndael
? Create(string algName)
25
return (
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)
631
else if (symKey is
Rijndael
|| symKey is Aes)
934
else if (symmetricAlgorithm is
Rijndael
|| symmetricAlgorithm is Aes)
988
else if (symmetricAlgorithm is
Rijndael
|| symmetricAlgorithm is Aes)