DevForce Help Reference
UserIdentity Constructor(String,String,Boolean)


Creates an instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal type As String, _
   ByVal isAuthenticated As Boolean _
)
'Usage
 
Dim name As String
Dim type As String
Dim isAuthenticated As Boolean
 
Dim instance As New UserIdentity(name, type, isAuthenticated)
public UserIdentity( 
   string name,
   string type,
   bool isAuthenticated
)

Parameters

name
type
isAuthenticated
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

UserIdentity Class
UserIdentity Members
Overload List

Send Feedback