System::Security::Cryptography::DSACryptoServiceProvider::SignHash メソッド
DSACryptoServiceProvider::SignHash method
指定された入力値の署名を計算します。
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
| パラメーター | 型 | 説明 |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | 署名対象データのハッシュ値。 |
| str | const String& | ハッシュ作成に使用されるハッシュアルゴリズム識別子。 |
ReturnValue
DSA signature for specified data.
参照
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++