DynamicRoleClaimProvider Class

.NET Framework (current version)
 

The single method, AddDynamicRoleClaims, exposed by this class is obsolete. You can use a ClaimsAuthenticationManager object to add claims to a ClaimsIdentity object.

Namespace:   System.Security.Claims
Assembly:  System (in System.dll)

System.Object
  System.Security.Claims.DynamicRoleClaimProvider

Public NotInheritable Class DynamicRoleClaimProvider

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddDynamicRoleClaims(ClaimsIdentity, IEnumerable(Of Claim))

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

.NET Framework
Available since 4.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: