IncrementalHash.CreateHash(HashAlgorithmName) 메서드

정의

지정한 알고리즘에 대한 IncrementalHash를 만듭니다.

public:
 static System::Security::Cryptography::IncrementalHash ^ CreateHash(System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public static System.Security.Cryptography.IncrementalHash CreateHash (System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
static member CreateHash : System.Security.Cryptography.HashAlgorithmName -> System.Security.Cryptography.IncrementalHash
Public Shared Function CreateHash (hashAlgorithm As HashAlgorithmName) As IncrementalHash

매개 변수

hashAlgorithm
HashAlgorithmName

수행할 해시 알고리즘의 이름입니다.

반환

IncrementalHash

hashAlgorithm에 의해 지정된 해시 알고리즘을 컴퓨팅할 준비가 된 IncrementalHash 인스턴스입니다.

예외

hashAlgorithm.Namenull 또는 빈 문자열입니다.

hashAlgorithm은 알려진 해시 알고리즘이 아닙니다.

적용 대상