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


In This Topic
    DecryptData Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function DecryptData( _
       ByVal data() As Byte, _
       ByVal encryptionAlgorithmString As String, _
       ByVal passphrase() As Byte _
    ) As Boolean
    'Usage
     
    Dim instance As PuTTYPrivateKeyFile
    Dim data() As Byte
    Dim encryptionAlgorithmString As String
    Dim passphrase() As Byte
    Dim value As Boolean
     
    value = instance.DecryptData(data, encryptionAlgorithmString, passphrase)
    protected bool DecryptData( 
       byte[] data,
       string encryptionAlgorithmString,
       byte[] passphrase
    )

    Parameters

    data
    encryptionAlgorithmString
    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