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
| Parametre | Tür | Açıklama |
|---|---|---|
| rgbHash | System::ArrayPtr<uint8_t> | Veri hash hesaplamak için. |
ReturnValue
Byte dizi biçiminde hesaplanmış 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.Font 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)
| Parametre | Tür | Açıklama |
|---|---|---|
| hash | System::SharedPtr<HashAlgorithm> | İmza oluştururken kullanılacak hash algoritması. |
ReturnValue
Byte dizi biçiminde hesaplanmış imza.
Ayrıca Bakınız
- Typedef ArrayPtr
- Typedef SharedPtr
- Class HashAlgorithm
- Class AsymmetricSignatureFormatter
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++