Click or drag to resize

AfterAuthenticateEventArgsUserContext Property

Gets the UserContext that was authenticated. Note that this MAY NOT be the same user context as associated with the application, UserContext. This is particularly true when a service application (see Service) is used to authenticate an API user. In such a case AuthOtherUser should be present in AuthFlags.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public UserContext UserContext { get; }

Property Value

Type: UserContext
See Also