SpsSsoProvider.GetCredentialManagementURL Method

Gets the URL for managing credentials for the specified application.

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Public Function GetCredentialManagementURL ( _
    AppID As String _
) As Uri
'Usage
Dim instance As SpsSsoProvider
Dim AppID As String
Dim returnValue As Uri

returnValue = instance.GetCredentialManagementURL(AppID)
public Uri GetCredentialManagementURL(
    string AppID
)

Parameters

Return Value

Type: System.Uri
The URL for managing credentials for the specified application.

Implements

ISsoProvider.GetCredentialManagementURL(String)

Remarks

The ultimate destination URL is obtained from the HTTPREFERRER header.

See Also

Reference

SpsSsoProvider Class

SpsSsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace