GetClaimTypeMapping(Int32,String,Boolean) Method
See Also 
SourceCode.Security.Claims Namespace > ClaimsManagement Class > GetClaimTypeMapping Method : GetClaimTypeMapping(Int32,String,Boolean) Method



issuerID
securityLabelName
claimTypeInfo

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetClaimTypeMapping( _
   ByVal issuerID As Integer, _
   ByVal securityLabelName As String, _
   ByVal claimTypeInfo As Boolean _
) As SourceCode.Security.Claims.ClaimTypeMapping
Visual Basic (Usage) Copy Code
Dim instance As ClaimsManagement
Dim issuerID As Integer
Dim securityLabelName As String
Dim claimTypeInfo As Boolean
Dim value As SourceCode.Security.Claims.ClaimTypeMapping
 
value = instance.GetClaimTypeMapping(issuerID, securityLabelName, claimTypeInfo)
C#  
public SourceCode.Security.Claims.ClaimTypeMapping GetClaimTypeMapping( 
   int issuerID,
   string securityLabelName,
   bool claimTypeInfo
)
C++/CLI  
public:
SourceCode.Security.Claims.ClaimTypeMapping^ GetClaimTypeMapping( 
   int issuerID,
   String^ securityLabelName,
   bool claimTypeInfo
) 

Parameters

issuerID
securityLabelName
claimTypeInfo

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