83 references to Argument_DestinationTooShort
System.Security.Cryptography (83)
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (4)
129
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
626
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
653
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
680
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\CryptographicOperations.cs (3)
153
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
462
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
817
throw new ArgumentException(SR.
Argument_DestinationTooShort
, "destination");
System\Security\Cryptography\ECDsa.cs (4)
374
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
407
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
671
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
716
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\HKDF.cs (2)
123
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(output));
180
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(output));
System\Security\Cryptography\HMACMD5.cs (3)
130
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
190
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
326
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\HMACSHA1.cs (3)
133
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
191
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
322
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\HMACSHA256.cs (3)
125
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
183
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
314
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\HMACSHA3_256.cs (3)
161
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
221
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
355
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\HMACSHA3_384.cs (3)
161
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
221
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
355
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\HMACSHA3_512.cs (3)
161
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
221
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
355
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\HMACSHA384.cs (3)
142
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
200
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
331
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\HMACSHA512.cs (3)
139
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
197
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
328
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\IncrementalHash.cs (2)
154
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
226
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\MD5.cs (3)
90
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
147
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
235
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\RSA.cs (6)
220
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
303
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
529
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
631
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
1439
throw new CryptographicException(SR.
Argument_DestinationTooShort
);
1458
throw new CryptographicException(SR.
Argument_DestinationTooShort
);
System\Security\Cryptography\SHA1.cs (3)
86
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
141
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
226
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\SHA256.cs (3)
85
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
141
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
226
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\SHA3_256.cs (3)
114
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
177
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
274
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\SHA3_384.cs (3)
114
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
178
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
275
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\SHA3_512.cs (3)
114
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
177
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
274
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\SHA384.cs (3)
85
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
140
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
225
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\SHA512.cs (3)
85
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
140
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
225
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\SymmetricAlgorithm.cs (9)
531
throw new CryptographicException(SR.
Argument_DestinationTooShort
);
564
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
682
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
781
throw new CryptographicException(SR.
Argument_DestinationTooShort
);
826
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
979
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
1132
throw new CryptographicException(SR.
Argument_DestinationTooShort
);
1200
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
1432
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
System\Security\Cryptography\SymmetricPadding.cs (5)
50
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
65
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
82
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
99
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));
120
throw new ArgumentException(SR.
Argument_DestinationTooShort
, nameof(destination));