IdeaBlade DevForce 2010 Help Reference
IAuthenticationManager Interface
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : IAuthenticationManager Interface



Interface identifying a manager of authentication credentials separate from the EntityManager.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Will be removed after 9/1/2012.")>
Public Interface IAuthenticationManager 
Visual Basic (Usage)Copy Code
Dim instance As IAuthenticationManager
C# 
[ObsoleteAttribute("Will be removed after 9/1/2012.")]
public interface IAuthenticationManager 
C++/CLI 
[ObsoleteAttribute("Will be removed after 9/1/2012.")]
public interface class IAuthenticationManager 

Remarks

When implemented, DevForce will try to use the credentials available to the IAuthenticationManager to perform an "implicit" login of any EntityManager which needs credentials. The implicit login occurs if the Login method of the EntityManager is not explicitly called.

See the code generated by the DevForce Silverlight Business Application templates for a sample IAuthenticationManager implementation.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.