PowerTCP SSH and SFTP for .NET
Submethods Property




An array of preferred authentication submethods to suggest to the server. May be 0-length or null.
Syntax
'Declaration
 
Public Property Submethods As String()
'Usage
 
Dim instance As SshLoginData
Dim value() As String
 
instance.Submethods = value
 
value = instance.Submethods
public string[] Submethods {get; set;}
public: __property string*[]* get_Submethods();
public: __property void set_Submethods( 
   string*[][]* value
);
public:
property array<String^>^ Submethods {
   array<String^>^ get();
   void set (    array<String^>^ value);
}
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