7 references to Argument_HashImprecise
System.Security.Cryptography (7)
System\Security\Cryptography\CryptographicOperations.cs (3)
799
throw new ArgumentException(SR.Format(SR.
Argument_HashImprecise
, hashSizeInBytes), nameof(hash));
890
throw new ArgumentException(SR.Format(SR.
Argument_HashImprecise
, hashSizeInBytes), nameof(hash));
985
throw new ArgumentException(SR.Format(SR.
Argument_HashImprecise
, hashSizeInBytes), nameof(hash));
System\Security\Cryptography\HMACStatic.cs (3)
27
throw new ArgumentException(SR.Format(SR.
Argument_HashImprecise
, THMAC.HashSizeInBytes), nameof(hash));
175
throw new ArgumentException(SR.Format(SR.
Argument_HashImprecise
, THMAC.HashSizeInBytes), nameof(hash));
208
throw new ArgumentException(SR.Format(SR.
Argument_HashImprecise
, THMAC.HashSizeInBytes), nameof(hash));
System\Security\Cryptography\IncrementalHash.cs (1)
477
throw new ArgumentException(SR.Format(SR.
Argument_HashImprecise
, ih.HashLengthInBytes), nameof(hash));