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