ESRI.ArcGIS.ADF.Core
Identity Constructor(String,String,String,Boolean)
See Also  Send Feedback
ESRI.ArcGIS.ADF Namespace > Identity Class > Identity Constructor : Identity Constructor(String,String,String,Boolean)




user
A login user name
pwd
A login user password in clear text
domain
Optional - a domain or machine name for the login user
fipsCompliant
Optional - specifies whether the identity should be FIPS Compliant. Default is false.
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, _
   ByVal fipsCompliant As Boolean _
)
Visual Basic (Usage)Copy Code
Dim user As String
Dim pwd As String
Dim domain As String
Dim fipsCompliant As Boolean
 
Dim instance As New Identity(user, pwd, domain, fipsCompliant)
C# 
public Identity( 
   string user,
   string pwd,
   string domain,
   bool fipsCompliant
)

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
fipsCompliant
Optional - specifies whether the identity should be FIPS Compliant. Default is false.

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

© 2011 All Rights Reserved.