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