4 references to HashAlgorithmNameNullOrEmpty
mscorlib (4)
system\security\cryptography\dsa.cs (4)
108
if (String.IsNullOrEmpty(hashAlgorithm.Name)) { throw
HashAlgorithmNameNullOrEmpty
(); }
117
if (String.IsNullOrEmpty(hashAlgorithm.Name)) { throw
HashAlgorithmNameNullOrEmpty
(); }
136
if (String.IsNullOrEmpty(hashAlgorithm.Name)) { throw
HashAlgorithmNameNullOrEmpty
(); }
146
if (String.IsNullOrEmpty(hashAlgorithm.Name)) { throw
HashAlgorithmNameNullOrEmpty
(); }