System::Security::Cryptography::AsymmetricSignatureFormatter::CreateSignature method
AsymmetricSignatureFormatter::CreateSignature(System::ArrayPtr<uint8_t>) method
RTTI information.
virtual System::ArrayPtr<uint8_t> System::Security::Cryptography::AsymmetricSignatureFormatter::CreateSignature(System::ArrayPtr<uint8_t> rgbHash)=0
Parameter | Type | Description |
---|---|---|
rgbHash | System::ArrayPtr<uint8_t> | Data to calculate hash for. |
ReturnValue
Calculated signature in byte array form.
Remarks
Creates the siguature for the specified data.
See Also
- Typedef ArrayPtr
- Class AsymmetricSignatureFormatter
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
AsymmetricSignatureFormatter::CreateSignature(System::SharedPtr<HashAlgorithm>) method
Creates the signature for the specified hash value.
virtual System::ArrayPtr<uint8_t> System::Security::Cryptography::AsymmetricSignatureFormatter::CreateSignature(System::SharedPtr<HashAlgorithm> hash)
Parameter | Type | Description |
---|---|---|
hash | System::SharedPtr<HashAlgorithm> | Hash algorithm to use when creating signature. |
ReturnValue
Calculated signature in byte array form.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class HashAlgorithm
- Class AsymmetricSignatureFormatter
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++