Class FailureMessage
- Namespace
- Renci.SshNet.Messages.Authentication
- Assembly
- Renci.SshNet.dll
Represents SSH_MSG_USERAUTH_FAILURE message.
public class FailureMessage : Message
- Inheritance
-
FailureMessage
- Inherited Members
Constructors
FailureMessage()
public FailureMessage()
Properties
AllowedAuthentications
Gets or sets the allowed authentications if available.
public string[] AllowedAuthentications { get; set; }
Property Value
- string[]
The allowed authentications.
Message
Gets failure message.
public string Message { get; }
Property Value
MessageName
public override string MessageName { get; }
Property Value
MessageNumber
public override byte MessageNumber { get; }
Property Value
PartialSuccess
Gets a value indicating whether authentication is partially successful.
public bool PartialSuccess { get; }
Property Value
Methods
LoadData()
Called when type specific data need to be loaded.
protected override void LoadData()
SaveData()
Called when type specific data need to be saved.
protected override void SaveData()
ToString()
public override string ToString()