Partager via


SecureStoreServiceApplicationProxy.DeleteUserCredentials - Méthode

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

Supprime les informations d'identification de l'utilisateur spécifié 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 Sub DeleteUserCredentials ( _
    applicationId As String, _
    claim As SecureStoreServiceClaim _
)
'Utilisation
Dim instance As SecureStoreServiceApplicationProxy
Dim applicationId As String
Dim claim As SecureStoreServiceClaim

instance.DeleteUserCredentials(applicationId, _
    claim)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public void DeleteUserCredentials(
    string applicationId,
    SecureStoreServiceClaim claim
)

Paramètres

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