PowerTCP SSH and SFTP for .NET
AuthenticationPartialSuccess Property




Returns true if there was at least one failed authentication request and the server marked the last failed authentication request "partial success".
Syntax
'Declaration
 
Public ReadOnly Property AuthenticationPartialSuccess As Boolean
'Usage
 
Dim instance As Connection
Dim value As Boolean
 
value = instance.AuthenticationPartialSuccess
public bool AuthenticationPartialSuccess {get;}
public: __property bool get_AuthenticationPartialSuccess();
public:
property bool AuthenticationPartialSuccess {
   bool get();
}

Property Value

True if the server returned a "partial success" code for the prior authentication attempt.
Remarks

This is only needed for SSH-2 server setups that require multi-factor authentication (multiple authentication steps are needed).

See RFC 4252 for more details.

See Also

Reference

Connection Class
Connection Members


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