ArcFM Solution 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
)

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