Share via


ISsoProvider.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
Function GetCredentialManagementURL ( _
    AppID As String _
) As Uri
'Usage
Dim instance As ISsoProvider
Dim AppID As String
Dim returnValue As Uri

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

Parameters

Return Value

Type: System.Uri

Remarks

The ultimate destination URL is obtained from the HTTPREFERRER header.

See Also

Reference

ISsoProvider Interface

ISsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace