EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.OnPasswordChangeRequest

TElSimpleSSHClient     See also    


 

This event is fired if password change is requested.

 
 

Declaration

[C#]
    event TSSHPasswordChangeRequestEvent OnPasswordChangeRequest;
    void TSSHPasswordChangeRequestEvent(object Sender, string Prompt, ref string NewPassword, ref bool Cancel);

[VB.NET]
    Event OnPasswordChangeRequest As TSSHPasswordChangeRequestEvent
    Delegate Sub TSSHPasswordChangeRequestEvent(ByVal Sender As Object, ByVal Prompt As String, ByRef NewPassword As String, ByRef Cancel As Boolean)

[Pascal]
    property OnPasswordChangeRequest : TSSHPasswordChangeRequestEvent;
    TSSHPasswordChangeRequestEvent = procedure (Sender: TObject; const Prompt : string; var NewPassword : string; var Cancel : boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Prompt - password change prompt
  • NewPassword - new password
  • Cancel - specifies, whether to cancel the request
 
 

Description

    This event is fired by TElSimpleSSHClient if password change is requested by the server, or asked by the client. User must provide the new password via NewPassword parameter, or cancel the request.

 
 

See also:     RequestPasswordChange    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation