ESRI.ArcGIS.ADF
FromString Method
See Also  Send comments on this topic.
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

See Also

© 2010 All Rights Reserved.