PassiveProtocolPage.AcceptedAuthenticationTypes Property

Gets the collection of accepted authentication types.

Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage
Dim value As Collection(Of String)

value = Me.AcceptedAuthenticationTypes

Syntax

'Declaration
Protected ReadOnly Property AcceptedAuthenticationTypes As Collection(Of String)
protected Collection<string> AcceptedAuthenticationTypes { get; }
protected:
property Collection<String^>^ AcceptedAuthenticationTypes {
    Collection<String^>^ get ();
}
/** @property */
protected Collection<String> get_AcceptedAuthenticationTypes ()
protected function get AcceptedAuthenticationTypes () : Collection<String>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PassiveProtocolPage Class
PassiveProtocolPage Members
Microsoft.IdentityServer.Web.UI Namespace