Discuss this help topic in SecureBlackbox Forum

TElRelativeDistinguishedName.OIDs

TElRelativeDistinguishedName     See also     


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


Specifies a single Object Identifier from the pair.

Declaration

[C#]
    byte[] OIDs[int Index];

[VB.NET]
    Property OIDs(ByVal Index As Integer) As Byte()

[Pascal]
    property OIDs[Index : integer] : string;

[C++]
    void get_OIDs(int32_t Index, std::vector<uint8_t> &OutResult);
    void set_OIDs(int32_t Index, const std::vector<uint8_t> &Value);

[PHP]
    string get_OIDs(integer $Index)
    void set_OIDs(integer $Index, array of byte|string|NULL $Value)

[Java]
    not available

Parameters

  • Index - the index of the pair in the list. The indexing starts with 0.

Description

Use this property to get or set a single Object Identifier that corresponds to the Index-th pair in the list.

See also:     Values    

Discuss this help topic in SecureBlackbox Forum