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