System.Security.Cryptography.RSACryptoServiceProvider.HashAlgorithmNameNullOrEmpty C# (CSharp) 메소드

HashAlgorithmNameNullOrEmpty() 개인적인 정적인 메소드

private static HashAlgorithmNameNullOrEmpty ( ) : Exception
리턴 Exception
        private static Exception HashAlgorithmNameNullOrEmpty()
        {
            return new ArgumentException(SR.Cryptography_HashAlgorithmNameNullOrEmpty, "hashAlgorithm");
        }
    }