4 references to HashAlgorithmNameNullOrEmpty
System.Core (4)
System\Security\Cryptography\ECDsa.cs (4)
112if (String.IsNullOrEmpty(hashAlgorithm.Name)) { throw HashAlgorithmNameNullOrEmpty(); } 123throw HashAlgorithmNameNullOrEmpty(); 151throw HashAlgorithmNameNullOrEmpty(); 166throw HashAlgorithmNameNullOrEmpty();