Discuss this help topic in SecureBlackbox Forum
This property contains possible hash algorithm parameters (if they are required by the algorithm).
Declaration
[C#]
byte[] HashAlgorithmParams;
[VB.NET]
Property HashAlgorithmParams As Byte()
[Pascal]
property HashAlgorithmParams : ByteArray;
[C++]
void get_HashAlgorithmParams(std::vector<uint8_t> &OutResult);
void set_HashAlgorithmParams(const std::vector<uint8_t> &Value);
[PHP]
string get_HashAlgorithmParams()
void set_HashAlgorithmParams(array of byte|string|NULL $Value)
Parameters
Description
Use this property to specify hash algorithm parameters which may be required by the algorithm.
Discuss this help topic in SecureBlackbox Forum