ESRI.ArcGIS.ADF
Identity Constructor(String,String,String,Boolean)
See Also  Send comments on this topic.
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 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.

See Also

© 2010 All Rights Reserved.