'Declaration Public Function New( _ ByVal stream As Stream, _ ByVal passphrase() As Byte _ )
'Usage Dim stream As Stream Dim passphrase() As Byte Dim instance As New PuTTYPrivateKeyFile(stream, passphrase)
public PuTTYPrivateKeyFile( Stream stream, byte[] passphrase )
Parameters
- stream
- passphrase