Share via


IdentityModelSignInPageBase.AppliesTo property

Obtains the AppliesTo for a security token service request for this page. It must resolve to a SPSite (site collection), as it is used to lookup the SiteSubscriptionId in the token cache and GRID claims provider.

Namespace:  Microsoft.SharePoint.IdentityModel.Pages
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property AppliesTo As Uri
    Get
'Usage
Dim value As Uri

value = Me.AppliesTo
protected virtual Uri AppliesTo { get; }

Property value

Type: System.Uri
Returns Uri.

See also

Reference

IdentityModelSignInPageBase class

IdentityModelSignInPageBase members

Microsoft.SharePoint.IdentityModel.Pages namespace