ESRI.ArcGIS.ADF
Identity Constructor(String,String,String)
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > Identity Class > Identity Constructor : Identity Constructor(String,String,String)




user
A login user name
pwd
A login user password in clear text
domain
Optional - a domain or machine name for the login user
Initializes a new instance of the Identity class with the specified parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal user As String, _
   ByVal pwd As String, _
   ByVal domain As String _
)
Visual Basic (Usage)Copy Code
Dim user As String
Dim pwd As String
Dim domain As String
 
Dim instance As Identity(user, pwd, domain)
C# 
public Identity( 
   string user,
   string pwd,
   string domain
)

Parameters

user
A login user name
pwd
A login user password in clear text
domain
Optional - a domain or machine name for the login user

See Also

© 2010 All Rights Reserved.