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