Namespace: Jscape.Ssh.TransportAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public KeyCreator RunServer(
Transport transport,
Object keyPair,
IHostKeyFormat format
) |
Visual Basic |
---|
Public Function RunServer ( _
transport As Transport, _
keyPair As Object, _
format As IHostKeyFormat _
) As KeyCreator |
Visual C++ |
---|
public:
virtual KeyCreator^ RunServer(
Transport^ transport,
Object^ keyPair,
IHostKeyFormat^ format
) sealed |
Parameters
- transport
- Type: Transport
- keyPair
- Type: System..::..Object
- format
- Type: IHostKeyFormat
See Also