SPIisSettings.ClaimsAuthenticationRedirectionUrl property
取得或設定要重新導向宣告式驗證的用戶端的統一資源識別元 (URI)。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ClaimsAuthenticationRedirectionUrl As Uri
Get
Set
'用途
Dim instance As SPIisSettings
Dim value As Uri
value = instance.ClaimsAuthenticationRedirectionUrl
instance.ClaimsAuthenticationRedirectionUrl = value
public Uri ClaimsAuthenticationRedirectionUrl { get; set; }
Property value
Type: System.Uri
含有要重新導向用戶端進行宣告式驗證的網站 URI 的物件。
備註
宣告指定相關身分識別是否已驗證的詳細資訊。此設定可能會很有用,如果您建立自訂的登入頁面。它也可以使用應用程式使用多個驗證提供者,但會強制瀏覽器重新導向至一個特定的驗證提供者。