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++