12 references to Argument_DestinationImprecise
System.Security.Cryptography (12)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
281
throw new ArgumentException(SR.Format(SR.
Argument_DestinationImprecise
, expectedLength), paramName);
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (6)
115
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.CiphertextSizeInBytes),
122
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.SharedSecretSizeInBytes),
212
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.SharedSecretSizeInBytes),
295
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.PrivateSeedSizeInBytes),
526
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.DecapsulationKeySizeInBytes),
580
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.EncapsulationKeySizeInBytes),
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (4)
137
SR.Format(SR.
Argument_DestinationImprecise
, signatureSizeInBytes),
321
SR.Format(SR.
Argument_DestinationImprecise
, Algorithm.SignatureSizeInBytes),
1082
SR.Format(SR.
Argument_DestinationImprecise
, publicKeySizeInBytes),
1133
SR.Format(SR.
Argument_DestinationImprecise
, privateKeySizeInBytes),
System\Security\Cryptography\Aes.cs (1)
139
SR.Format(SR.
Argument_DestinationImprecise
, requiredLength),