10 references to Argument_HashEmpty
System.Security.Cryptography (10)
System\Security\Cryptography\Kmac128.cs (2)
213throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash)); 251throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash));
System\Security\Cryptography\Kmac256.cs (2)
213throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash)); 251throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash));
System\Security\Cryptography\KmacStatic.cs (2)
194throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash)); 200throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash));
System\Security\Cryptography\KmacXof128.cs (2)
213throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash)); 251throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash));
System\Security\Cryptography\KmacXof256.cs (2)
213throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash)); 251throw new ArgumentException(SR.Argument_HashEmpty, nameof(hash));