Click or drag to resize

IAuthentication Interface

This module will be called after connection is opened.

Namespace:  Crosser.Common.Server.Security
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public interface IAuthentication

The IAuthentication type exposes the following members.

Methods
  NameDescription
Public methodAuthenticate
If this method returns false the client will be kicked. The method should set the ConnectionContext.User (IPrincipal/ClaimsPrincipal) on the protocol
Top
See Also