2 references to ChaCha20Poly1305
System.Security.Cryptography (1)
System\Security\Cryptography\ChaCha20Poly1305.cs (1)
112
throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(
ChaCha20Poly1305
)));
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
12
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ChaCha20Poly1305
))]