Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / ISSHPublicKeyAuthenticationDataSource Interface / Read Method


Read Method (ISSHPublicKeyAuthenticationDataSource)
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)

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