Table of Contents

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

string

MessageName

public override string MessageName { get; }

Property Value

string

MessageNumber

public override byte MessageNumber { get; }

Property Value

byte

PartialSuccess

Gets a value indicating whether authentication is partially successful.

public bool PartialSuccess { get; }

Property Value

bool

true if partially successful; otherwise, false.

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()

Returns

string