Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.OnPubKeyList

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    event TSBSSHPublicKeyListEvent OnPubKeyList;
    delegate void TSBSSHPublicKeyListEvent(Object Sender, ArrayList Keys, ArrayList Attributes, ref int ErrorCode, ref string Comment);

[VB.NET]
    Event OnPubKeyList As TSBSSHPublicKeyListEvent
    Delegate Sub TSBSSHPublicKeyListEvent(ByVal Sender As Object, ByVal Keys As ArrayList, ByVal Attributes As ArrayList, ByRef ErrorCode As Integer, ByRef Comment As String)

[Pascal]
    under development

[C++]
    void get_OnPubKeyList(TSBSSHPublicKeyListEvent &pMethodOutResult, void * &pDataOutResult);
    void set_OnPubKeyList(TSBSSHPublicKeyListEvent pMethodValue, void * pDataValue);
    typedef void (SB_CALLBACK *TSBSSHPublicKeyListEvent)(void * _ObjectData, TObjectHandle Sender, TListHandle Keys, TListHandle Attributes, int8_t &FreeObjects, int32_t &ErrorCode, char * pcComment, int32_t &szComment);

[PHP]
    TSBSSHPublicKeyListEvent|callable|NULL get_OnPubKeyList()
    void set_OnPubKeyList(TSBSSHPublicKeyListEvent|callable|NULL $Value)
    callable TSBSSHPublicKeyListEvent(TObject $Sender, TList $Keys, TList $Attributes, bool &$FreeObjects, integer &$ErrorCode, string &$Comment)

[Java]
    TSBSSHPublicKeyListEvent getOnPubKeyList();
    void setOnPubKeyList(TSBSSHPublicKeyListEvent Value);
    TSBSSHPublicKeyListEvent.Callback OnPubKeyList = new TSBSSHPublicKeyListEvent.Callback() {
        public void TSBSSHPublicKeyListEventCallback(TObject arg0, ArrayList arg1, ArrayList arg2, TSBInteger arg3, TSBString arg4) {
            //...
        }
    }

Parameters

  • Keys -
  • Attributes -
  • FreeObjects -
  • ErrorCode -
  • pcComment -
  • szComment -
  • Comment -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum