System::Security::Cryptography::SHA1::Create 메서드

SHA1::Create() method

해시 알고리즘 인스턴스를 생성합니다.

static SharedPtr<SHA1> System::Security::Cryptography::SHA1::Create()

ReturnValue

새로 생성된 해시 인스턴스.

또 보기

SHA1::Create(const String&) method

해시 알고리즘 인스턴스를 생성합니다.

static SharedPtr<SHA1> System::Security::Cryptography::SHA1::Create(const String &algName)
매개변수형식설명
algNameconst String&"System.Security.Cryptography.SHA1"이어야 합니다.

ReturnValue

새로 생성된 해시 인스턴스.

또 보기