DevForce Help Reference
UserBase Constructor


Creates an instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal identity As IIdentity, _
   Optional ByVal roles As IEnumerable(Of String) _
)
'Usage
 
Dim identity As IIdentity
Dim roles As IEnumerable(Of String)
 
Dim instance As New UserBase(identity, roles)

Parameters

identity
roles
Remarks
A UserBase is returned by DevForce when you are using the AspAuthenticatingLoginManager, and if you allow anonymous logins but have not implemented a custom IEntityLoginManager.

If you have extended the UserBase base type, you must include a public constructor with the signature below.

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

UserBase Class
UserBase Members

Send Feedback