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
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
- AppID
Type: System.String
The application ID.
Return Value
Type: System.Uri
Remarks
The ultimate destination URL is obtained from the HTTPREFERRER header.