ClaimType.IdentityProviderClaimTypes Property

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 Property IdentityProviderClaimTypes As DataServiceCollection(Of IdentityProviderClaimType)
public DataServiceCollection<IdentityProviderClaimType> IdentityProviderClaimTypes { get; set; }
public:
property DataServiceCollection<IdentityProviderClaimType^>^ IdentityProviderClaimTypes {
    DataServiceCollection<IdentityProviderClaimType^>^ get ();
    void set (DataServiceCollection<IdentityProviderClaimType^>^ value);
}
member IdentityProviderClaimTypes : DataServiceCollection<IdentityProviderClaimType> with get, set
function get IdentityProviderClaimTypes () : DataServiceCollection<IdentityProviderClaimType>
function set IdentityProviderClaimTypes (value : DataServiceCollection<IdentityProviderClaimType>)

Property Value

Type: System.Data.Services.Client.DataServiceCollection<IdentityProviderClaimType>
Returns DataServiceCollection<T>.

.NET Framework Security

See Also

Reference

ClaimType Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace