There are no comments for IdentityProviderClaimTypes in the schema.
Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub AddToIdentityProviderClaimTypes ( _
    identityProviderClaimType As IdentityProviderClaimType _
)
public void AddToIdentityProviderClaimTypes(
    IdentityProviderClaimType identityProviderClaimType
)
public:
void AddToIdentityProviderClaimTypes(
    IdentityProviderClaimType^ identityProviderClaimType
)
member AddToIdentityProviderClaimTypes : 
        identityProviderClaimType:IdentityProviderClaimType -> unit
public function AddToIdentityProviderClaimTypes(
    identityProviderClaimType : IdentityProviderClaimType
)
Parameters
- identityProviderClaimType
 Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.IdentityProviderClaimType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace