edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Parameters that were used to generate the public/private key pair.

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

Syntax

C#
public byte[] KeyAlgorithmParameters { get; }
Visual Basic
Public ReadOnly Property KeyAlgorithmParameters As Byte()
	Get
Visual C++
public:
property array<unsigned char>^ KeyAlgorithmParameters {
	array<unsigned char>^ get ();
}

See Also