Gets a value indicating whether authentication is partially successful.
Namespace: Renci.SshNet.Messages.AuthenticationAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool PartialSuccess { get; private set; }public bool PartialSuccess { get; private set; }Public Property PartialSuccess As Boolean
Get
Private Set
Public Property PartialSuccess As Boolean
Get
Private Set
public:
property bool PartialSuccess {
bool get ();
private: void set (bool value);
}public:
property bool PartialSuccess {
bool get ();
private: void set (bool value);
}Field Value
true if partially successful; otherwise,
false.