System::Security::Cryptography::AsymmetricSignatureFormatter::CreateSignature yöntemi
AsymmetricSignatureFormatter::CreateSignature(System::ArrayPtr<uint8_t>) method
RTTI bilgisi.
virtual System::ArrayPtr<uint8_t> System::Security::Cryptography::AsymmetricSignatureFormatter::CreateSignature(System::ArrayPtr<uint8_t> rgbHash)=0
| Parameter | Type | Açıklama |
|---|---|---|
| rgbHash | System::ArrayPtr<uint8_t> | Data için hash hesaplamak. |
ReturnValue
Bayt dizisi biçiminde hesaplanan imza.
Açıklamalar
Belirtilen veri için imzayı oluşturur.
Ayrıca Bakınız
- Typedef ArrayPtr
- Class AsymmetricSignatureFormatter
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
AsymmetricSignatureFormatter::CreateSignature(System::SharedPtr<HashAlgorithm>) method
Belirtilen hash değeri için imzayı oluşturur.
virtual System::ArrayPtr<uint8_t> System::Security::Cryptography::AsymmetricSignatureFormatter::CreateSignature(System::SharedPtr<HashAlgorithm> hash)
| Parameter | Type | Açıklama |
|---|---|---|
| özet | System::SharedPtr<HashAlgorithm> | İmza oluştururken kullanılacak hash algoritması. |
ReturnValue
Bayt dizisi biçiminde hesaplanan imza.
Ayrıca Bakınız
- Typedef ArrayPtr
- Typedef SharedPtr
- Class HashAlgorithm
- Class AsymmetricSignatureFormatter
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++