Compartir a través de


: ISsoProvider.GetCredentialManagementURL (Método) (Microsoft.SharePoint.Portal.SingleSignon)

Gets the URL for managing credentials for the specified application.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal.SingleSignon (in microsoft.sharepoint.portal.singlesignon.dll)

Sintaxis

'Declaración
Function GetCredentialManagementURL ( _
    AppID As String _
) As Uri
'Uso
Dim instance As ISsoProvider
Dim AppID As String
Dim returnValue As Uri

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

Parámetros

  • AppID
    The application ID.

Comentarios

The ultimate destination URL is obtained from the HTTPREFERRER header.

Vea también

Referencia

ISsoProvider (Interfaz)
ISsoProvider (Miembros)
Microsoft.SharePoint.Portal.SingleSignon (Espacio de nombres)