IAuthentication Interface |
Namespace: Crosser.Common.Server.Security
public interface IAuthentication
The IAuthentication type exposes the following members.
Name | Description | |
---|---|---|
Authenticate |
If this method returns false the client will be kicked.
The method should set the ConnectionContext.User (IPrincipal/ClaimsPrincipal) on the protocol
|