Partager via


SecureStoreServiceApplicationProxy.GetApplicationTicketRedeemerClaims - Méthode

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

Obtient tous les revendications de l'échangeur de ticket pour l'application cible spécifiée.

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 GetApplicationTicketRedeemerClaims ( _
    applicationId As String _
) As IList(Of SecureStoreServiceClaim)
'Utilisation
Dim instance As SecureStoreServiceApplicationProxy
Dim applicationId As String
Dim returnValue As IList(Of SecureStoreServiceClaim)

returnValue = instance.GetApplicationTicketRedeemerClaims(applicationId)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public IList<SecureStoreServiceClaim> GetApplicationTicketRedeemerClaims(
    string applicationId
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.IList<SecureStoreServiceClaim>
Liste des revendications de l'échangeur de ticket pour l'application cible spécifiée.

Remarques

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