Discuss this help topic in SecureBlackbox Forum
This property contains an identifier of the signature policy.
Declaration
[C#]
byte[] PolicyIdentifier;
[VB.NET]
Property PolicyIdentifier As Byte()
[Pascal]
property PolicyIdentifier : ByteArray;
[C++]
void get_PolicyIdentifier(std::vector<uint8_t> &OutResult);
void set_PolicyIdentifier(const std::vector<uint8_t> &Value);
[PHP]
string get_PolicyIdentifier()
void set_PolicyIdentifier(array of byte|string|NULL $Value)
[Java]
byte[] getPolicyIdentifier();
void setPolicyIdentifier(byte[] Value);
Description
Use this property to specify a unique policy identifier.
Discuss this help topic in SecureBlackbox Forum