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

Inherited Members

Properties

AllowedAuthentications

Gets or sets the allowed authentications if available.

public string[] AllowedAuthentications { get; set; }

Property Value

string[]

Message

Gets failure message.

public string Message { get; }

Property Value

string

MessageName

Gets the message name as defined in RFC 4250.

public override string MessageName { get; }

Property Value

string

MessageNumber

Gets the message number as defined in RFC 4250.

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

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

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.