3 references to Cryptography_KeyWrap_InvalidLength
System.Security.Cryptography (3)
System\Security\Cryptography\Aes.cs (3)
510
throw new ArgumentException(SR.
Cryptography_KeyWrap_InvalidLength
, nameof(ciphertext));
547
throw new ArgumentException(SR.
Cryptography_KeyWrap_InvalidLength
, nameof(ciphertext));
585
throw new ArgumentException(SR.
Cryptography_KeyWrap_InvalidLength
, nameof(ciphertext));