Share via


SPTrustedAuthenticationProvider.AuthenticationRedirectionUrl Property

Gets the location of the page where authentication occurs.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides ReadOnly Property AuthenticationRedirectionUrl As Uri
    Get
'Usage
Dim instance As SPTrustedAuthenticationProvider
Dim value As Uri

value = instance.AuthenticationRedirectionUrl
public override Uri AuthenticationRedirectionUrl { get; }

Property Value

Type: System.Uri
A Uri of the page where authentication occurs.

See Also

Reference

SPTrustedAuthenticationProvider Class

SPTrustedAuthenticationProvider Members

Microsoft.SharePoint.Administration Namespace