ISecureStore.GetApplicationFields - Méthode

Obtient tous les champs de l'application 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
Function GetApplicationFields ( _
    applicationId As String _
) As IList(Of TargetApplicationField)
'Utilisation
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As IList(Of TargetApplicationField)

returnValue = instance.GetApplicationFields(applicationId)
IList<TargetApplicationField> GetApplicationFields(
    string applicationId
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.IList<TargetApplicationField>
Une liste de champs pour l'application cible spécifiée.

Voir aussi

Référence

ISecureStore interface

ISecureStore - Membres

Microsoft.Office.SecureStoreService.Server - Espace de noms