Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Security.Authentication.IAuthenticationResult Interface Reference

Additional information supplied to the server upon a succesful authentication. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Security.Authentication.IAuthenticationResult:
PushTechnology.ClientInterface.Client.Security.Authentication.IAuthenticationResultSource

Properties

HashSet< string > AdditionalRoles [get]
 Additional roles supplied by the authentication handler that allowed the authentication. More...
 
Dictionary< string, string > AdditionalProperties [get]
 Session property values that should be assigned to the session. More...
 

Detailed Description

Additional information supplied to the server upon a succesful authentication.

Property Documentation

Dictionary<string, string> PushTechnology.ClientInterface.Client.Security.Authentication.IAuthenticationResult.AdditionalProperties
get

Session property values that should be assigned to the session.

HashSet<string> PushTechnology.ClientInterface.Client.Security.Authentication.IAuthenticationResult.AdditionalRoles
get

Additional roles supplied by the authentication handler that allowed the authentication.


The documentation for this interface was generated from the following file: