SPAppPrincipalManager.GetManager - Méthode
Crée une nouvelle instance de la classe SPAppPrincipalManager .
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetManager ( _
web As SPWeb _
) As SPAppPrincipalManager
'Utilisation
Dim web As SPWeb
Dim returnValue As SPAppPrincipalManager
returnValue = SPAppPrincipalManager.GetManager(web)
public static SPAppPrincipalManager GetManager(
SPWeb web
)
Paramètres
web
Type : Microsoft.SharePoint.SPWebL'objet de contexte requis pour gérer les identités de l'application.
Valeur renvoyée
Type : Microsoft.SharePoint.SPAppPrincipalManager
Une nouvelle instance de la classe SPAppPrincipalManager pour l'objet spécifié SPWeb .
Remarques
L'objet SPAppPrincipalManager est étendu au contexte de service du site Web correspondant. Le paramètre d'entrée web est utilisé pour garantir que l'appelant possède les autorisations requises pour gérer les identités de l'application.