SecureStoreServiceApplicationProxy.IssueTicket - Méthode

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

Émet un ticket à 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 IssueTicket As String
'Utilisation
Dim instance As SecureStoreServiceApplicationProxy
Dim returnValue As String

returnValue = instance.IssueTicket()
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public string IssueTicket()

Valeur renvoyée

Type : System.String
Le ticket est une chaîne codée en base64.

Remarques

Un autre utilisateur peut utiliser ce ticket pour échanger les informations d'identification de l'appelant d'origine en appelant la méthode RedeemTicket(String, String) .

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