Partager via


SecureStoreServiceApplicationProxy.SetGroupCredentials - Méthode

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

Définit les informations d'identification pour une application cible de groupe.

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 SetGroupCredentials ( _
    applicationId As String, _
    credentials As SecureStoreCredentialCollection _
)
'Utilisation
Dim instance As SecureStoreServiceApplicationProxy
Dim applicationId As String
Dim credentials As SecureStoreCredentialCollection

instance.SetGroupCredentials(applicationId, _
    credentials)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public void SetGroupCredentials(
    string applicationId,
    SecureStoreCredentialCollection credentials
)

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