Visual Basic (Declaration) | |
---|---|
Public Overloads Sub UpdateClaimTypeMapping( _ ByVal id As Integer, _ ByVal claimTypeMapping As SourceCode.Security.Claims.ClaimTypeMapping _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ClaimsManagement Dim id As Integer Dim claimTypeMapping As SourceCode.Security.Claims.ClaimTypeMapping instance.UpdateClaimTypeMapping(id, claimTypeMapping) |
C# | |
---|---|
public void UpdateClaimTypeMapping( int id, SourceCode.Security.Claims.ClaimTypeMapping claimTypeMapping ) |
C++/CLI | |
---|---|
public: void UpdateClaimTypeMapping( int id, SourceCode.Security.Claims.ClaimTypeMapping^ claimTypeMapping ) |
Parameters
- id
- claimTypeMapping
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