Windows apps
Collapse the table of content
Expand the table of content
Information
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.

You can use a ClaimsAuthenticationManager object to add claims to a ClaimsIdentity object.

Namespace:   System.Security.Claims
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
Return to top
Show:
© 2017 Microsoft