Discuss this help topic in SecureBlackbox Forum
Specifies the OID of the file digest algorithm.
Declaration
[C#]
byte[] FileDigestOID;
[VB.NET]
Property FileDigestOID As Byte()
[Pascal]
property FileDigestOID: ByteArray;
[C++]
void get_FileDigestOID(std::vector<uint8_t> &OutResult);
[PHP]
string get_FileDigestOID()
[Java]
byte[] getFileDigestOID();
Description
Use this property to get the OID of the algorithm used to compute digest of the file.
Discuss this help topic in SecureBlackbox Forum