PowerTCP SSH and SFTP for .NET
Pem Property




PEM-encoded DSA/RSA private key in OpenSSH, SSH2, or SSH.com key format. Can be null or empty.
Syntax
'Declaration
 
Public Property Pem As String
'Usage
 
Dim instance As SshLoginData
Dim value As String
 
instance.Pem = value
 
value = instance.Pem
public string Pem {get; set;}
public: __property string* get_Pem();
public: __property void set_Pem( 
   string* value
);
public:
property String^ Pem {
   String^ get();
   void set (    String^ value);
}
Remarks

For more information on public key authentication, please see the "Public Key/Private Key Overview" top-level help topic.

See Also

Reference

SshLoginData Class
SshLoginData Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic