PasswordChange[C] struct FlowSshC_PasswordChange {}; [C++] [Client] class PasswordChange : public NoCopy [C#] public sealed class PasswordChange Members General
[Net] Disposing
Remarks If a password has expired, the server will usually request a new password from the user. A password-change object is given to you through the [Client]OnPasswordChange handler. This object should only be used during the call of the corresponding [Client]OnPasswordChange handler. It is not be stored or used thereafter. * [C] The caller must release the returned BSTR with SysFreeString.
|