|
FtpClientSFtpCertificateFile Property
|
Gets or sets the file with the certificate that certifies the private key.
Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.318-beta
Syntaxpublic string SFtpCertificateFile { get; set; }Public Property SFtpCertificateFile As String
Get
Set
public:
property String^ SFtpCertificateFile {
String^ get ();
void set (String^ value);
}member SFtpCertificateFile : string with get, set
function get_SFtpCertificateFile();
function set_SFtpCertificateFile(value);
View SourceProperty Value
String
See Also