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

See Also

© 2010 All Rights Reserved.