Discuss this help topic in SecureBlackbox Forum
This property should contain the Object Identifier
of the policy.
Declaration
[C#]
byte[] PolicyIdentifier;
[VB.NET]
Property PolicyIdentifier As Byte()
[Pascal]
property PolicyIdentifier : string;
[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)
Parameters
Description
This property contains the
Object Identifier (OID) of the policy information.
Discuss this help topic in SecureBlackbox Forum