ErlTransportPasswordSource ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Source of passwrod for transport (i.e. for SSH connection)
Inheritance Hierarchy

OnlineSystem Object
  NFX.Erlang ErlTransportPasswordSource

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static class ErlTransportPasswordSource
Remarks

When IErlTransport requires password, it will call method GetPassword() of this class. The app must to handle event PasswordRequired to return password.
See Also