4 references to Cryptography_InvalidTagLength
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (2)
78
throw new ArgumentException(SR.
Cryptography_InvalidTagLength
, nameof(tagSizeInBytes));
313
throw new ArgumentException(SR.
Cryptography_InvalidTagLength
, nameof(tag));
System\Security\Cryptography\AesCcm.cs (1)
90
throw new ArgumentException(SR.
Cryptography_InvalidTagLength
, nameof(tag));
System\Security\Cryptography\ChaCha20Poly1305.cs (1)
105
throw new ArgumentException(SR.
Cryptography_InvalidTagLength
, nameof(tag));