UnauthenticatedProvider.AvailableIdentityAttributes Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property AvailableIdentityAttributes As IEnumerable(Of String)
public IEnumerable<string> AvailableIdentityAttributes { get; }
public:
virtual property IEnumerable<String^>^ AvailableIdentityAttributes {
IEnumerable<String^>^ get () sealed;
}
abstract AvailableIdentityAttributes : IEnumerable<string> with get
override AvailableIdentityAttributes : IEnumerable<string> with get
final function get AvailableIdentityAttributes () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.IEnumerable<String>
Implements
IIdentityProvider.AvailableIdentityAttributes
.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.