ArcFM Engine Developer Guide
RetrieveIdentity Method


Syntax
'Declaration
 
Public Shared Function RetrieveIdentity( _
   ByVal buf() As Byte _
) As IPrincipal
'Usage
 
Dim buf() As Byte
Dim value As IPrincipal
 
value = IdentityUtil.RetrieveIdentity(buf)
public static IPrincipal RetrieveIdentity( 
   byte[] buf
)

Parameters

buf
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IdentityUtil Class
IdentityUtil Members

 

 


Send Comment