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