Discuss this help topic in SecureBlackbox Forum

TElSRPCredentialStore.Credentials

TElSRPCredentialStore     See also     


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


Returns the desired item of the list.

Declaration

[C#]
    TElSRPCredential Credentials[int Index];

[VB.NET]
    Property Credentials(ByVal Index As Integer) As TElSRPCredential

[Pascal]
    property Credentials[Index: Integer]: TElSRPCredential;

[C++]
    TElSRPCredential* get_Credentials(int32_t Index);

[PHP]
    TElSRPCredential get_Credentials(integer $Index)

[Java]
    TElSRPCredential getCredentials(int Index);

Parameters

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

Description

    Use this property to access the stored credentials.

See also:     Add     Clear     Remove     Count    

Discuss this help topic in SecureBlackbox Forum