The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DynamicRoleClaimProvider::AddDynamicRoleClaims Method (ClaimsIdentity^, IEnumerable<Claim^>^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security.Claims
Assembly: System (in System.dll)
Return to top
You can use a ClaimsAuthenticationManager object to add claims to a ClaimsIdentity object.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("Use ClaimsAuthenticationManager to add claims to a ClaimsIdentity", true)] static void AddDynamicRoleClaims( ClaimsIdentity^ claimsIdentity, IEnumerable<Claim^>^ claims )
Parameters
- claimsIdentity
-
Type:
System.Security.Claims::ClaimsIdentity^
The claims identity to which to add the claims.
- claims
-
Type:
System.Collections.Generic::IEnumerable<Claim^>^
The claims to add.
.NET Framework
Available since 4.5
Available since 4.5
Show: