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

新创建的哈希器实例。

另见