'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