System::Security::Cryptography::MD5::Create method

MD5::Create() method

MD5 알고리즘을 생성합니다.

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

ReturnValue

새로 생성된 알고리즘 객체입니다.

또 보기

MD5::Create(const String&) method

MD5 알고리즘을 생성합니다.

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

ReturnValue

새로 생성된 알고리즘 객체입니다.

또 보기