: SpsSsoProvider.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
Public Function GetCredentialManagementURL ( _
AppID As String _
) As Uri
'Uso
Dim instance As SpsSsoProvider
Dim AppID As String
Dim returnValue As Uri
returnValue = instance.GetCredentialManagementURL(AppID)
public Uri GetCredentialManagementURL (
string AppID
)
Parámetros
- AppID
An Application ID.
Valor devuelto
The URL for managing credentials for the specified application.
Comentarios
The ultimate destination URL is obtained from the HTTPREFERRER header.
Vea también
Referencia
SpsSsoProvider (Clase)
SpsSsoProvider (Miembros)
Microsoft.SharePoint.Portal.SingleSignon (Espacio de nombres)