Discuss this help topic in SecureBlackbox Forum
This property contains identifier of the qualifier.
Declaration
[VB.NET]
Property ID As Byte()
[Pascal]
property ID : ByteArray;
[C++]
void get_ID(std::vector<uint8_t> &OutResult);
void set_ID(const std::vector<uint8_t> &Value);
[PHP]
string get_ID()
void set_ID(array of byte|string|NULL $Value)
Parameters
Description
Use this property to get or set the identifier of the signature policy qualifier.
Discuss this help topic in SecureBlackbox Forum