Xceed .NET Libraries Documentation
PuTTYPrivateKeyFile Constructor(Stream,String)


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > PuTTYPrivateKeyFile Class > PuTTYPrivateKeyFile Constructor : PuTTYPrivateKeyFile Constructor(Stream,String)
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal passphrase As String _
)
'Usage
 
Dim stream As Stream
Dim passphrase As String
 
Dim instance As New PuTTYPrivateKeyFile(stream, passphrase)
public PuTTYPrivateKeyFile( 
   Stream stream,
   string passphrase
)

Parameters

stream
passphrase
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PuTTYPrivateKeyFile Class
PuTTYPrivateKeyFile Members
Overload List