SharpPcap : SharpPcap.WinPcap Namespace

RemoteAuthentication Class

Remote authentication type and parameters

Syntax

public class RemoteAuthentication

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Members

See Also: Inherited members from object.

Public Constructors

Public Properties

Password string . Password
Type AuthenticationTypes . Type of authentication
Username string . Username

Member Details

RemoteAuthentication Constructor

Constructor

Syntax

public RemoteAuthentication (AuthenticationTypes Type, string Username, string Password)

Parameters

Type
A SharpPcap.WinPcap.AuthenticationTypes
Username
A string
Password
A string

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Password Property

Password

Syntax

public string Password { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Type Property

Type of authentication

Syntax

public AuthenticationTypes Type { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Username Property

Username

Syntax

public string Username { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0