Xceed .NET Libraries Documentation
Read(Stream,Byte[]) Method


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > PuTTYPrivateKeyFile Class > Read Method : Read(Stream,Byte[]) Method
Syntax
'Declaration
 
Public Overloads Sub Read( _
   ByVal stream As Stream, _
   ByVal passphrase() As Byte _
) 
'Usage
 
Dim instance As PuTTYPrivateKeyFile
Dim stream As Stream
Dim passphrase() As Byte
 
instance.Read(stream, passphrase)
public void Read( 
   Stream stream,
   byte[] 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