System::Security::Cryptography::AsymmetricSignatureFormatter::CreateSignature method
AsymmetricSignatureFormatter::CreateSignature(System::ArrayPtr<uint8_t>) method
RTTI-Informationen.
virtual System::ArrayPtr<uint8_t> System::Security::Cryptography::AsymmetricSignatureFormatter::CreateSignature(System::ArrayPtr<uint8_t> rgbHash)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| rgbHash | System::ArrayPtr<uint8_t> | Data zum Berechnen des Hashs für. |
ReturnValue
Berechnete Signatur in Byte-Array-Form.
Hinweise
Erstellt die Signatur für die angegebenen Daten.
Siehe auch
- Typedef ArrayPtr
- Class AsymmetricSignatureFormatter
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
AsymmetricSignatureFormatter::CreateSignature(System::SharedPtr<HashAlgorithm>) method
Erstellt die Signatur für den angegebenen Hash‑Wert.
virtual System::ArrayPtr<uint8_t> System::Security::Cryptography::AsymmetricSignatureFormatter::CreateSignature(System::SharedPtr<HashAlgorithm> hash)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Hash | System::SharedPtr<HashAlgorithm> | Hash-Algorithmus, der bei der Erstellung der Signatur verwendet wird. |
ReturnValue
Berechnete Signatur in Byte-Array-Form.
Siehe auch
- Typedef ArrayPtr
- Typedef SharedPtr
- Class HashAlgorithm
- Class AsymmetricSignatureFormatter
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++