ESRI.ArcGIS.ADF.Core
FromIdentity Method
See Also  Send Feedback
ESRI.ArcGIS.ADF Namespace > Converter Class : FromIdentity Method




identity
An encrypted String for impersonation representing the identity of a valid user
Returns an encrypted string value that can be used with the Impersonation WebControl.

Syntax

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

Parameters

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

Return Value

An encrypted string value represetning the 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.