4 references to AesManaged
netstandard (1)
netstandard.cs (1)
1844
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
AesManaged
))]
System.Core (1)
System.Core.cs (1)
199
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
AesManaged
))]
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoConfig.cs (1)
124
Type AesManagedType = typeof(System.Security.Cryptography.
AesManaged
);
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
7
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
AesManaged
))]