SecureStoreServiceApplicationProxy.SetCredentials - Méthode
Remarque : cette API est désormais obsolète.
Définit les informations d'identification de l'appelant actuel 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 SetCredentials ( _
applicationId As String, _
credentials As SecureStoreCredentialCollection _
)
'Utilisation
Dim instance As SecureStoreServiceApplicationProxy
Dim applicationId As String
Dim credentials As SecureStoreCredentialCollection
instance.SetCredentials(applicationId, _
credentials)
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public void SetCredentials(
string applicationId,
SecureStoreCredentialCollection credentials
)
Paramètres
applicationId
Type : System.StringL'ID d'application cible.
credentials
Type : Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialCollectionLa collection d'informations d'identification.
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