GetClaimTypeMappings(Int32) Method
See Also 
SourceCode.Security.Claims Namespace > ClaimsManagement Class > GetClaimTypeMappings Method : GetClaimTypeMappings(Int32) Method



issuerID

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetClaimTypeMappings( _
   ByVal issuerID As Integer _
) As List(Of ClaimTypeMapping)
Visual Basic (Usage) Copy Code
Dim instance As ClaimsManagement
Dim issuerID As Integer
Dim value As List(Of ClaimTypeMapping)
 
value = instance.GetClaimTypeMappings(issuerID)
C#  
public List<ClaimTypeMapping> GetClaimTypeMappings( 
   int issuerID
)
C++/CLI  
public:
List<ClaimTypeMapping^>^ GetClaimTypeMappings( 
   int issuerID
) 

Parameters

issuerID

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