ResolveIdentity Method
See Also 
SourceCode.Security.UserRoleManager.Management Namespace > UserRoleManager Class : ResolveIdentity Method



fqn
type
section

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub ResolveIdentity( _
   ByVal fqn As FQName, _
   ByVal type As IdentityType, _
   ByVal section As IdentitySection _
) 
Visual Basic (Usage) Copy Code
Dim instance As UserRoleManager
Dim fqn As FQName
Dim type As IdentityType
Dim section As IdentitySection
 
instance.ResolveIdentity(fqn, type, section)
C#  
public void ResolveIdentity( 
   FQName fqn,
   IdentityType type,
   IdentitySection section
)
C++/CLI  
public:
void ResolveIdentity( 
   FQName^ fqn,
   IdentityType type,
   IdentitySection section
) 

Parameters

fqn
type
section

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