ESRI.ArcGIS.ADF.Core
FromString Method
See Also  Send Feedback
ESRI.ArcGIS.ADF Namespace > Identity Class : FromString Method




identity
An Encrypted String for impersonation representing the identity of a valid user
Returns an Identity object from an encrypted identity value

Syntax

Visual Basic (Declaration) 
Public Shared Function FromString( _
   ByVal identity As String _
) As Identity
Visual Basic (Usage)Copy Code
Dim identity As String
Dim value As Identity
 
value = Identity.FromString(identity)
C# 
public static Identity FromString( 
   string identity
)

Parameters

identity
An Encrypted String for impersonation representing the identity of a valid user

Return Value

An Identity object

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.