SPTrustedAuthenticationProvider.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 SPTrustedAuthenticationProvider
Dim value As Uri
value = instance.AuthenticationRedirectionUrl
public override Uri AuthenticationRedirectionUrl { get; }
Property value
Type: System.Uri
Uri 驗證所在的頁面。
請參閱
參照
SPTrustedAuthenticationProvider class