SecureStoreServiceProxy.GetSecureStore - Méthode (SPServiceContext)

Obtient l'objet ISecureStore à partir du contexte de service spécifiée.

Espace de noms :  Microsoft.Office.SecureStoreService.Server
Assembly :  Microsoft.Office.SecureStoreService (dans Microsoft.Office.SecureStoreService.dll)

Syntaxe

'Déclaration
Public Function GetSecureStore ( _
    context As SPServiceContext _
) As ISecureStore
'Utilisation
Dim instance As SecureStoreServiceProxy
Dim context As SPServiceContext
Dim returnValue As ISecureStore

returnValue = instance.GetSecureStore(context)
public ISecureStore GetSecureStore(
    SPServiceContext context
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.SecureStoreService.Server.ISecureStore
L'objet de la banque d'informations sécurisé.

Voir aussi

Référence

SecureStoreServiceProxy classe

SecureStoreServiceProxy - Membres

GetSecureStore - Surcharge

Microsoft.Office.SecureStoreService.Server - Espace de noms