edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Private key associated with the certificate.

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public RSA PrivateKey { get; }
Visual Basic
Public ReadOnly Property PrivateKey As RSA
	Get
Visual C++
public:
property RSA^ PrivateKey {
	RSA^ get ();
}

See Also