C# Class Dovetail.SDK.Bootstrap.Authentication.ContactAuthenticationContextService

Inheritance: IAuthenticationContextService
Mostra file Open project: DovetailSoftware/dovetail-bootstrap

Public Methods

Method Description
ContactAuthenticationContextService ( ISecurityContext securityContext, IPrincipalFactory principalFactory ) : Dovetail.SDK.Bootstrap.Authentication.Principal
SetupAuthenticationContext ( ) : void

Method Details

ContactAuthenticationContextService() public method

public ContactAuthenticationContextService ( ISecurityContext securityContext, IPrincipalFactory principalFactory ) : Dovetail.SDK.Bootstrap.Authentication.Principal
securityContext ISecurityContext
principalFactory IPrincipalFactory
return Dovetail.SDK.Bootstrap.Authentication.Principal

SetupAuthenticationContext() public method

public SetupAuthenticationContext ( ) : void
return void