ArcFM Responder Mobile Developer Guide
RetrieveIdentity Method






Syntax
'Declaration
 
Public Shared Function RetrieveIdentity( _
   ByVal buf() As System.Byte _
) As System.Security.Principal.IPrincipal
'Usage
 
Dim buf() As System.Byte
Dim value As System.Security.Principal.IPrincipal
 
value = IdentityUtil.RetrieveIdentity(buf)
public static System.Security.Principal.IPrincipal RetrieveIdentity( 
   System.byte[] buf
)
public function RetrieveIdentity( 
    buf: System.Bytearray of
): System.Security.Principal.IPrincipal; static; 
public static function RetrieveIdentity( 
   buf : System.byte[]
) : System.Security.Principal.IPrincipal;
public: static System.Security.Principal.IPrincipal* RetrieveIdentity( 
   System.byte[]* buf
) 
public:
static System.Security.Principal.IPrincipal^ RetrieveIdentity( 
   System.array<byte>^ buf
) 

Parameters

buf
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdentityUtil Class
IdentityUtil Members

Send Feedback