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)
ParameterType描述
algNameconst String&必须是 “System.Security.Cryptography.SHA1”。

ReturnValue

新创建的哈希实例。

另见