Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- AppID
Type: System.String
An Application ID.
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.