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