|
FtpClientSFtpKeyFile Property
|
Gets or sets the file from which to load the SSH private key for authentication.
Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.318-beta
Syntaxpublic string SFtpKeyFile { get; set; }Public Property SFtpKeyFile As String
Get
Set
member SFtpKeyFile : string with get, set
function get_SFtpKeyFile();
function set_SFtpKeyFile(value);
View SourceProperty Value
String
See Also