Discuss this help topic in SecureBlackbox Forum
Contains OID of the hash function.
Declaration
[VB.NET]
Property HashFuncOID As Byte()
[Pascal]
property HashFuncOID : ByteArray;
[C++]
void get_HashFuncOID(std::vector<uint8_t> &OutResult);
void set_HashFuncOID(const std::vector<uint8_t> &Value);
[PHP]
string get_HashFuncOID()
void set_HashFuncOID(array of byte|string|NULL $Value)
[Java]
byte[] getHashFuncOID();
void setHashFuncOID(byte[] Value);
Possible values:
Description
Use this property to get or set OID of the hash function.
Discuss this help topic in SecureBlackbox Forum