Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.OnPubKeyRemove

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    event TSBSSHPublicKeyRemoveEvent OnPubKeyRemove;
    delegate void TSBSSHPublicKeyRemoveEvent(Object Sender, TElSSHKey Key, ref int ErrorCode, ref string Comment);

[VB.NET]
    Event OnPubKeyRemove As TSBSSHPublicKeyRemoveEvent
    Delegate Sub TSBSSHPublicKeyRemoveEvent(ByVal Sender As Object, ByVal Key As TElSSHKey, ByRef ErrorCode As Integer, ByRef Comment As String)

[Pascal]
    under development

[C++]
    void get_OnPubKeyRemove(TSBSSHPublicKeyRemoveEvent &pMethodOutResult, void * &pDataOutResult);
    void set_OnPubKeyRemove(TSBSSHPublicKeyRemoveEvent pMethodValue, void * pDataValue);
    typedef void (SB_CALLBACK *TSBSSHPublicKeyRemoveEvent)(void * _ObjectData, TObjectHandle Sender, TElSSHKeyHandle Key, int32_t &ErrorCode, char * pcComment, int32_t &szComment);

[PHP]
    TSBSSHPublicKeyRemoveEvent|callable|NULL get_OnPubKeyRemove()
    void set_OnPubKeyRemove(TSBSSHPublicKeyRemoveEvent|callable|NULL $Value)
    callable TSBSSHPublicKeyRemoveEvent(TObject $Sender, TElSSHKey $Key, integer &$ErrorCode, string &$Comment)

[Java]
    TSBSSHPublicKeyRemoveEvent getOnPubKeyRemove();
    void setOnPubKeyRemove(TSBSSHPublicKeyRemoveEvent Value);
    TSBSSHPublicKeyRemoveEvent.Callback OnPubKeyRemove = new TSBSSHPublicKeyRemoveEvent.Callback() {
        public void TSBSSHPublicKeyRemoveEventCallback(TObject Sender, TElSSHKey Key, TSBInteger ErrorCode, TSBString Comment) {
            //...
        }
    }

Parameters

  • Key -
  • ErrorCode -
  • pcComment -
  • szComment -
  • Comment -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum