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