Dela via


IIdentityProvider.AvailableIdentityAttributes Property

Provider-specific attributes used by corresponding identity.

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
ReadOnly Property AvailableIdentityAttributes As IEnumerable(Of String)
IEnumerable<string> AvailableIdentityAttributes { get; }
property IEnumerable<String^>^ AvailableIdentityAttributes {
    IEnumerable<String^>^ get ();
}
abstract AvailableIdentityAttributes : IEnumerable<string> with get
function get AvailableIdentityAttributes () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>

.NET Framework Security

See Also

Reference

IIdentityProvider Interface

Microsoft.VisualStudio.Services.Identity Namespace