[This is preliminary documentation and is subject to change.]
Source of passwrod for transport (i.e. for SSH connection)
System Object NFX.Erlang ErlTransportPasswordSourceNamespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public static class ErlTransportPasswordSource
public static class ErlTransportPasswordSource
Public NotInheritable Class ErlTransportPasswordSource
Public NotInheritable Class ErlTransportPasswordSource
public ref class ErlTransportPasswordSource abstract sealed
public ref class ErlTransportPasswordSource abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ErlTransportPasswordSource = class end
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ErlTransportPasswordSource = class end
When IErlTransport requires password, it will call method GetPassword() of this class.
The app must to handle event PasswordRequired to return password.