NET SFTP Library
SshKeyStream Property






KellermanSoftware.NetSFtpLibrary Namespace > SFTP Class : SshKeyStream Property
As an alternate to the SSH Key File, create a memory stream for the key
Syntax
'Declaration
 
Public Property SshKeyStream As System.IO.MemoryStream
'Usage
 
Dim instance As SFTP
Dim value As System.IO.MemoryStream
 
instance.SshKeyStream = value
 
value = instance.SshKeyStream
public System.IO.MemoryStream SshKeyStream {get; set;}
public read-write property SshKeyStream: System.IO.MemoryStream; 
public function get,set SshKeyStream : System.IO.MemoryStream
public: __property System.IO.MemoryStream* get_SshKeyStream();
public: __property void set_SshKeyStream( 
   System.IO.MemoryStream* value
);
public:
property System.IO.MemoryStream^ SshKeyStream {
   System.IO.MemoryStream^ get();
   void set (    System.IO.MemoryStream^ value);
}
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

Reference

SFTP Class
SFTP Members