Skip to content
Auto
Products

ServerClientAuthenticateEventArgs

Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Product: TagBites.Net v. 1.0.3

Provides data for the Server.ClientAuthenticate event.

public class ServerClientAuthenticateEventArgs : System.EventArgs

Inheritance: EventArgs → ServerClientAuthenticateEventArgs

Gets or sets value indicating whether authentication procedure has been successful.

public bool Authenticated { get; set; }

bool

Gets client credentials.

public ClientCredentials Credentials { get; }

ClientCredentials

Gets or sets client identity. It could be assigned based on credentials.

public object Identity { get; set; }

object