HomeRealmDiscoveryPage.DoesSelectorMeetRequestRequirements Method

Determines whether a selector will meet the token requirements specified in the request.

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

Usage

'Usage
Dim returnValue As Boolean

returnValue = Me.DoesSelectorMeetRequestRequirements

Syntax

'Declaration
Protected Function DoesSelectorMeetRequestRequirements As Boolean
protected bool DoesSelectorMeetRequestRequirements ()
protected:
bool DoesSelectorMeetRequestRequirements ()
protected boolean DoesSelectorMeetRequestRequirements ()
protected function DoesSelectorMeetRequestRequirements () : boolean

Return Value

true if the selector meets the token requirements; otherwise, false.

Remarks

For example if the request specifies an authentication type requirement, this method will return false.

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

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