Xceed .NET Libraries Documentation
Read Method (ISSHPublicKeyAuthenticationDataSource)


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > ISSHPublicKeyAuthenticationDataSource Interface : Read Method
Syntax
'Declaration
 
Sub Read( _
   ByVal stream As Stream, _
   ByVal passphrase() As Byte _
) 
'Usage
 
Dim instance As ISSHPublicKeyAuthenticationDataSource
Dim stream As Stream
Dim passphrase() As Byte
 
instance.Read(stream, passphrase)
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

ISSHPublicKeyAuthenticationDataSource Interface
ISSHPublicKeyAuthenticationDataSource Members