Discuss this help topic in SecureBlackbox Forum

TElGSSBaseMechanism.Mechs

TElGSSBaseMechanism     See also     


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


This topic is under development…

Declaration

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

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

[Pascal]
    property Mechs[Index : integer] : ByteArray;

[C++]
    void get_Mechs(int32_t Index, std::vector<uint8_t> &OutResult);

[PHP]
    string get_Mechs(integer $Index)

[Java]
    not available

Parameters

  • Index -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum