Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.OnPubKeyAttributeSupported

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    event TSBSSHPublicKeyAttrubuteSupportedEvent OnPubKeyAttributeSupported;
    delegate void TSBSSHPublicKeyAttrubuteSupportedEvent(Object Sender, string Attr, ref bool Supported);

[VB.NET]
    Event OnPubKeyAttributeSupported As TSBSSHPublicKeyAttrubuteSupportedEvent
    Delegate Sub TSBSSHPublicKeyAttrubuteSupportedEvent(ByVal Sender As Object, ByVal Attr As String, ByRef Supported As Boolean)

[Pascal]
    under development

[C++]
    void get_OnPubKeyAttributeSupported(TSBSSHPublicKeyAttrubuteSupportedEvent &pMethodOutResult, void * &pDataOutResult);
    void set_OnPubKeyAttributeSupported(TSBSSHPublicKeyAttrubuteSupportedEvent pMethodValue, void * pDataValue);
    typedef void (SB_CALLBACK *TSBSSHPublicKeyAttrubuteSupportedEvent)(void * _ObjectData, TObjectHandle Sender, const char * pcAttr, int32_t szAttr, int8_t &Supported);

[PHP]
    TSBSSHPublicKeyAttrubuteSupportedEvent|callable|NULL get_OnPubKeyAttributeSupported()
    void set_OnPubKeyAttributeSupported(TSBSSHPublicKeyAttrubuteSupportedEvent|callable|NULL $Value)
    callable TSBSSHPublicKeyAttrubuteSupportedEvent(TObject $Sender, string $Attr, bool &$Supported)

[Java]
    TSBSSHPublicKeyAttrubuteSupportedEvent getOnPubKeyAttributeSupported();
    void setOnPubKeyAttributeSupported(TSBSSHPublicKeyAttrubuteSupportedEvent Value);
    TSBSSHPublicKeyAttrubuteSupportedEvent.Callback OnPubKeyAttributeSupported = new TSBSSHPublicKeyAttrubuteSupportedEvent.Callback() {
        public void TSBSSHPublicKeyAttrubuteSupportedEventCallback(TObject Sender, String Attr, TSBBoolean Supported) {
            //...
        }
    }

Parameters

  • pcAttr -
  • szAttr -
  • Supported -
  • Attr -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum