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