Parameters that were used to generate the public/private key pair.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: 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 (); } |