Returns an Identity object from an encrypted identity value              
            
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim identity As String
Dim value As Identity
 
value = Identity.FromString(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