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




fipsCompliant
Optional - specifies whether the identity should be FIPS Compliant. Default is false.
Initializes a new instance of the Identity Class

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fipsCompliant As Boolean _
)
Visual Basic (Usage)Copy Code
Dim fipsCompliant As Boolean
 
Dim instance As Identity(fipsCompliant)
C# 
public Identity( 
   bool fipsCompliant
)

Parameters

fipsCompliant
Optional - specifies whether the identity should be FIPS Compliant. Default is false.

See Also

© 2010 All Rights Reserved.