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