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