Discuss this help topic in SecureBlackbox Forum
Containes the encrypted message digest.
Declaration
[C#]
byte[] EncryptedDigest;
[VB.NET]
Property EncryptedDigest As Byte()
[Pascal]
property EncryptedDigest : ByteArray;
[C++]
void get_EncryptedDigest(std::vector<uint8_t> &OutResult);
void set_EncryptedDigest(const std::vector<uint8_t> &Value);
[PHP]
string get_EncryptedDigest()
void set_EncryptedDigest(array of byte|string|NULL $Value)
Parameters
Description
This property contains the result of encryption of message
digest and associated information.
Discuss this help topic in SecureBlackbox Forum