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