Discuss this help topic in SecureBlackbox Forum

TElSinglePolicyInformation.PolicyIdentifier

TElSinglePolicyInformation     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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)

[Java]
    byte[] getPolicyIdentifier();
    void setPolicyIdentifier(byte[] V);

Parameters

  • V -

Description

    This property contains the Object Identifier (OID) of the policy information.

See also:     CPSURI     UserNotice    

Discuss this help topic in SecureBlackbox Forum