Click or drag to resize

ConnectionContextUser Property

The IPrincipal that was set in the IAuthentication module

Namespace:  Crosser.Server.Modules.Security
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public IPrincipal User { get; set; }

Property Value

Type: IPrincipal

Implements

IConnectionContextUser
See Also