5 references to AesGcm
netstandard (1)
netstandard.cs (1)
1843[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AesGcm))]
System.Security.Cryptography (3)
System\Security\Cryptography\AesGcm.cs (3)
36/// Initializes a new instance of the <see cref="AesGcm" /> class with a provided key and required tag size. 71/// Initializes a new instance of the <see cref="AesGcm" /> class with a provided key and required tag size. 179throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(AesGcm)));
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.AesGcm))]