Discuss this help topic in SecureBlackbox Forum
Identifies digest-encryption algorithm.
Declaration
[C#]
byte[] DigestEncryptionAlgorithm;
[VB.NET]
Property DigestEncryptionAlgorithm As Byte()
[Pascal]
property DigestEncryptionAlgorithm : ByteArray;
[C++]
void get_DigestEncryptionAlgorithm(std::vector<uint8_t> &OutResult);
void set_DigestEncryptionAlgorithm(const std::vector<uint8_t> &Value);
[PHP]
string get_DigestEncryptionAlgorithm()
void set_DigestEncryptionAlgorithm(array of byte|string|NULL $Value)
Parameters
Description
Use this property to get or set digest-encryption algorithm.
Discuss this help topic in SecureBlackbox Forum