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