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

SHA384::Create() method

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

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

ReturnValue

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

또 보기

SHA384::Create(const String&) method

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

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

ReturnValue

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

또 보기