Dart.Ssh Namespace > Connection Class : IsAuthMethodAvailable Method |
'Declaration Public Function IsAuthMethodAvailable( _ ByVal username As String, _ ByVal method As String _ ) As Boolean
'Usage Dim instance As Connection Dim username As String Dim method As String Dim value As Boolean value = instance.IsAuthMethodAvailable(username, method)