IdentityProvider.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
- 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