System::Security::Cryptography::SHA1::Create メソッド
SHA1::Create() method
ハッシュアルゴリズムのインスタンスを作成します。
static SharedPtr<SHA1> System::Security::Cryptography::SHA1::Create()
ReturnValue
新しく作成されたハッシュオブジェクトのインスタンス。
参照
- Typedef SharedPtr
- Class SHA1
- Class SHA1
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SHA1::Create(const String&) method
ハッシュアルゴリズムのインスタンスを作成します。
static SharedPtr<SHA1> System::Security::Cryptography::SHA1::Create(const String &algName)
| パラメーター | 型 | 説明 |
|---|---|---|
| algName | const String& | "System.Security.Cryptography.SHA1" である必要があります。 |
ReturnValue
新しく作成されたハッシュオブジェクトのインスタンス。
参照
- Typedef SharedPtr
- Class SHA1
- Class String
- Class SHA1
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++