Skip to main content

UserAuthenticatorArgs Class

NuGet: GHIElectronics.TinyCLR.Networking.Ftp
Assembly: GHIElectronics.TinyCLR.Networking.Ftp
Namespace: GHIElectronics.TinyCLR.Networking

Provides the user name and password for an authentication request and carries back the result.

public class UserAuthenticatorArgs : EventArgs

Constructors

UserAuthenticatorArgs(string user, string pass)

public UserAuthenticatorArgs(string user, string pass)

Creates authentication arguments for the given user name and password.

Properties

Result

public UserAuthenticationResult Result { get; set; }

Gets or sets the result of the authentication request.

Fields

User

public string User

The user name supplied by the client.

Password

public string Password

The password supplied by the client.