Discuss this help topic in SecureBlackbox Forum

TElRelativeDistinguishedName.Values

TElRelativeDistinguishedName     See also     


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


This property returns a single value from the pair.

Declaration

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

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

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

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

[PHP]
    string get_Values(integer $Index)
    void set_Values(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 value that corresponds to the Index-th pair in the list.

See also:     OIDs    

Discuss this help topic in SecureBlackbox Forum