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&Should be "System.Security.Cryptography.MD5".

ReturnValue

新创建的算法对象。

另见