Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / PuTTYPrivateKeyFile Class / ParseLine Method


In This Topic
    ParseLine Method (PuTTYPrivateKeyFile)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function ParseLine( _
       ByVal line As String, _
       ByRef header As String, _
       ByRef data As String _
    ) As Boolean
    'Usage
     
    Dim instance As PuTTYPrivateKeyFile
    Dim line As String
    Dim header As String
    Dim data As String
    Dim value As Boolean
     
    value = instance.ParseLine(line, header, data)
    protected bool ParseLine( 
       string line,
       out string header,
       out string data
    )

    Parameters

    line
    header
    data
    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