3 references to Cryptography_InvalidNonceLength
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (1)
299throw new ArgumentException(SR.Cryptography_InvalidNonceLength, nameof(nonce));
System\Security\Cryptography\AesCcm.cs (1)
87throw new ArgumentException(SR.Cryptography_InvalidNonceLength, nameof(nonce));
System\Security\Cryptography\ChaCha20Poly1305.cs (1)
102throw new ArgumentException(SR.Cryptography_InvalidNonceLength, nameof(nonce));