3 references to Cryptography_KeyWrap_InvalidLength
System.Security.Cryptography (3)
System\Security\Cryptography\Aes.cs (3)
182
throw new ArgumentException(SR.
Cryptography_KeyWrap_InvalidLength
, nameof(ciphertext));
219
throw new ArgumentException(SR.
Cryptography_KeyWrap_InvalidLength
, nameof(ciphertext));
257
throw new ArgumentException(SR.
Cryptography_KeyWrap_InvalidLength
, nameof(ciphertext));