DevForce Help Reference
DefaultAuthenticationContext Property


The "default" AuthenticationContext.
Syntax
'Declaration
 
Public Property DefaultAuthenticationContext As IAuthenticationContext
'Usage
 
Dim instance As Authenticator
Dim value As IAuthenticationContext
 
instance.DefaultAuthenticationContext = value
 
value = instance.DefaultAuthenticationContext
public IAuthenticationContext DefaultAuthenticationContext {get; set;}
Remarks
You may directly set the DefaultAuthenticationContext using the AuthenticationContext returned from a Login or LoginAsync call. Any IdeaBlade.EntityModel.EntityManager with a IdeaBlade.EntityModel.EntityManagerOptions.UseDefaultAuthenticationContext setting of true will then not need to be logged in separately, and will use the shared context set here. Using the DefaultAuthenticationContext provides single sign-on and single sign-off capabilities to your application.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Authenticator Class
Authenticator Members

Send Feedback