43 references to Argument_DestinationTooShort
System.Security.Cryptography (43)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (5)
218throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 1542throw new CryptographicException(SR.Argument_DestinationTooShort); 1547throw new CryptographicException(SR.Argument_DestinationTooShort); 1667throw new CryptographicException(SR.Argument_DestinationTooShort); 1672throw new CryptographicException(SR.Argument_DestinationTooShort);
System\Security\Cryptography\Aes.cs (1)
226throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
System\Security\Cryptography\CryptographicOperations.cs (3)
153throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 462throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 1104throw new ArgumentException(SR.Argument_DestinationTooShort, "destination");
System\Security\Cryptography\ECDsa.cs (4)
374throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 407throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 671throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 716throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
System\Security\Cryptography\HashStatic.cs (3)
44throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 70throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 109throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
System\Security\Cryptography\HKDF.cs (2)
123throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(output)); 180throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(output));
System\Security\Cryptography\HMACStatic.cs (3)
63throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 90throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 147throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
System\Security\Cryptography\IncrementalHash.cs (2)
154throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 226throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
System\Security\Cryptography\RSA.cs (6)
220throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 303throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 529throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 631throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 1418throw new CryptographicException(SR.Argument_DestinationTooShort); 1437throw new CryptographicException(SR.Argument_DestinationTooShort);
System\Security\Cryptography\SymmetricAlgorithm.cs (9)
531throw new CryptographicException(SR.Argument_DestinationTooShort); 564throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 682throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 781throw new CryptographicException(SR.Argument_DestinationTooShort); 826throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 979throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 1132throw new CryptographicException(SR.Argument_DestinationTooShort); 1200throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 1432throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));
System\Security\Cryptography\SymmetricPadding.cs (5)
50throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 65throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 82throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 99throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination)); 120throw new ArgumentException(SR.Argument_DestinationTooShort, nameof(destination));