Partager via


SecureStoreServiceApplicationProxy.GetUserApplications - Méthode

Remarque : cette API est désormais obsolète.

Obtient toutes les définitions d'applications pour l'appelant actuel.

Espace de noms :  Microsoft.Office.SecureStoreService.Server
Assembly :  Microsoft.Office.SecureStoreService (dans Microsoft.Office.SecureStoreService.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")> _
Public Function GetUserApplications As IList(Of TargetApplication)
'Utilisation
Dim instance As SecureStoreServiceApplicationProxy
Dim returnValue As IList(Of TargetApplication)

returnValue = instance.GetUserApplications()
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public IList<TargetApplication> GetUserApplications()

Valeur renvoyée

Type : System.Collections.Generic.IList<TargetApplication>
La liste des applications.

Remarques

Cette méthode obtient les définitions d'application pour l'utilisateur actuel.

Dans la mesure où cette méthode est obsolète, vous devez l'appeler par le biais de l'interface ISecureStore à la place.

Voir aussi

Référence

SecureStoreServiceApplicationProxy classe

SecureStoreServiceApplicationProxy - Membres

Microsoft.Office.SecureStoreService.Server - Espace de noms