SPWindowsAuthenticationProvider.AuthenticationRedirectionUrl Property
This member overrides SPAuthenticationProvider.AuthenticationRedirectionUrl.
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
See Also
Reference
SPWindowsAuthenticationProvider Class