Discuss this help topic in SecureBlackbox Forum
This property contains custom data which qualifies the signature policy.
Declaration
[VB.NET]
Property CustomData As Byte()
[Pascal]
property CustomData : ByteArray;
[C++]
void get_CustomData(std::vector<uint8_t> &OutResult);
void set_CustomData(const std::vector<uint8_t> &Value);
[PHP]
string get_CustomData()
void set_CustomData(array of byte|string|NULL $Value)
Parameters
Description
Use this property to get or set custom data which qualifies the signature policy.
This property is used if the qualifier type is
spqtCustom.
Discuss this help topic in SecureBlackbox Forum