PowerTCP SSH and SFTP for .NET
Passphrase Property




Passphrase for the PEM private key. Can be null or empty.
Syntax
'Declaration
 
Public Property Passphrase As String
'Usage
 
Dim instance As SshLoginData
Dim value As String
 
instance.Passphrase = value
 
value = instance.Passphrase
public string Passphrase {get; set;}
public: __property string* get_Passphrase();
public: __property void set_Passphrase( 
   string* value
);
public:
property String^ Passphrase {
   String^ get();
   void set (    String^ value);
}
Remarks
If the provided PEM private key string is encrypted ("Proc-Type: 4,ENCRYPTED") a 'passphrase' must be provided.
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