Share via


SPAuthenticationProvider.AuthenticationRedirectionUrl Property

Derived classes must implement this read-only property to get 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 MustOverride ReadOnly Property AuthenticationRedirectionUrl As Uri
    Get
'Usage
Dim instance As SPAuthenticationProvider
Dim value As Uri

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

Property Value

Type: System.Uri
A Uri object that represents the location of the page.

See Also

Reference

SPAuthenticationProvider Class

SPAuthenticationProvider Members

Microsoft.SharePoint.Administration Namespace