Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / PuTTYPrivateKeyFile Class / Read Method / Read(AbstractFile,String) Method


In This Topic
    Read(AbstractFile,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Read( _
       ByVal file As AbstractFile, _
       ByVal passphrase As String _
    ) 
    'Usage
     
    Dim instance As PuTTYPrivateKeyFile
    Dim file As AbstractFile
    Dim passphrase As String
     
    instance.Read(file, passphrase)
    public void Read( 
       AbstractFile file,
       string passphrase
    )

    Parameters

    file
    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