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 ReadOnly Property AppliesTo As Uri
Get
'Usage
Dim value As Uri
value = Me.AppliesTo
protected Uri AppliesTo { get; }
Property Value
Type: System.Uri
Returns Uri.
See Also
Reference
IdentityModelSignInPageBase Class