SPWindowsAuthenticationProvider.AuthenticationRedirectionUrl property
頁面上的位置進行驗證。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property AuthenticationRedirectionUrl As Uri
Get
'用途
Dim instance As SPWindowsAuthenticationProvider
Dim value As Uri
value = instance.AuthenticationRedirectionUrl
public override Uri AuthenticationRedirectionUrl { get; }
Property value
Type: System.Uri
備註
與相對的 iis 網站的根目錄。
請參閱
參照
SPWindowsAuthenticationProvider class