Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.OnPubKeyListAttributes

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    event TSBSSHPublicKeyListAttributesEvent OnPubKeyListAttributes;
    delegate void TSBSSHPublicKeyListAttributesEvent(Object Sender, TElStringList Names, TElBits Compulsories, ref int ErrorCode, ref string Comment);

[VB.NET]
    Event OnPubKeyListAttributes As TSBSSHPublicKeyListAttributesEvent
    Delegate Sub TSBSSHPublicKeyListAttributesEvent(ByVal Sender As Object, ByVal Names As TElStringList, ByVal Compulsories As TElBits, ByRef ErrorCode As Integer, ByRef Comment As String)

[Pascal]
    under development

[C++]
    void get_OnPubKeyListAttributes(TSBSSHPublicKeyListAttributesEvent &pMethodOutResult, void * &pDataOutResult);
    void set_OnPubKeyListAttributes(TSBSSHPublicKeyListAttributesEvent pMethodValue, void * pDataValue);
    typedef void (SB_CALLBACK *TSBSSHPublicKeyListAttributesEvent)(void * _ObjectData, TObjectHandle Sender, TStringListHandle Names, TBitsHandle Compulsories, int32_t &ErrorCode, char * pcComment, int32_t &szComment);

[PHP]
    TSBSSHPublicKeyListAttributesEvent|callable|NULL get_OnPubKeyListAttributes()
    void set_OnPubKeyListAttributes(TSBSSHPublicKeyListAttributesEvent|callable|NULL $Value)
    callable TSBSSHPublicKeyListAttributesEvent(TObject $Sender, TStringList $Names, TBits $Compulsories, integer &$ErrorCode, string &$Comment)

[Java]
    TSBSSHPublicKeyListAttributesEvent getOnPubKeyListAttributes();
    void setOnPubKeyListAttributes(TSBSSHPublicKeyListAttributesEvent Value);
    TSBSSHPublicKeyListAttributesEvent.Callback OnPubKeyListAttributes = new TSBSSHPublicKeyListAttributesEvent.Callback() {
        public void TSBSSHPublicKeyListAttributesEventCallback(TObject Sender, TElStringList Names, TElBits Compulsories, TSBInteger ErrorCode, TSBString Comment) {
            //...
        }
    }

Parameters

  • Names -
  • Compulsories -
  • ErrorCode -
  • pcComment -
  • szComment -
  • Comment -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum