Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyAttributes.Names

TElSSHPublicKeyAttributes     See also     


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


Provides access to individual attributes names.

Declaration

[C#]
    string Names[int Index];

[VB.NET]
    Property Names(ByVal Index As Integer) As String

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

[C++]
    void get_Names(int32_t i, std::string &OutResult);
    void set_Names(int32_t i, const std::string &v);

[PHP]
    string get_Names(integer $i)
    void set_Names(integer $i, string $v)

[Java]
    not available

Parameters

  • Index - The index of desired attribute name in the list. The first name has Index=0, the second has Index=1 and so on.
  • Value - desired name
  • i - ...
  • v - ...

Description

    Use this property to access individual attributes names by index

See also:     Count     Values     Mandatory    

Discuss this help topic in SecureBlackbox Forum