Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Location of the page where authentication occurs.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property AuthenticationRedirectionUrl As Uri
Get
'Usage
Dim instance As SPWindowsAuthenticationProvider
Dim value As Uri
value = instance.AuthenticationRedirectionUrl
public override Uri AuthenticationRedirectionUrl { get; }
Property value
Type: System.Uri
Remarks
Relative to the root of the iis site.
See also
Reference
SPWindowsAuthenticationProvider class