Discuss this help topic in SecureBlackbox Forum

TElCMSSigPolicyQualifier.ID

TElCMSSigPolicyQualifier     


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


This property contains identifier of the qualifier.

Declaration

[C#]
    byte[] ID;

[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)

[Java]
    byte[] getID();
    void setID(byte[] V);

Parameters

  • V -

Description

    Use this property to get or set the identifier of the signature policy qualifier.

Discuss this help topic in SecureBlackbox Forum