3 references to Cryptography_AuthTagMismatch
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\AuthenticationTagMismatchException.cs (3)
16public AuthenticationTagMismatchException() : base(SR.Cryptography_AuthTagMismatch) 27public AuthenticationTagMismatchException(string? message) : base(message ?? SR.Cryptography_AuthTagMismatch) 43: base(message ?? SR.Cryptography_AuthTagMismatch, inner)