SPIisSettings.AddClaimsAuthenticationProvider - Méthode
Ajoute un fournisseur d'authentification de réclamations pour prendre en charge dans la zone URL en cours.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub AddClaimsAuthenticationProvider ( _
provider As SPAuthenticationProvider _
)
'Utilisation
Dim instance As SPIisSettings
Dim provider As SPAuthenticationProvider
instance.AddClaimsAuthenticationProvider(provider)
public void AddClaimsAuthenticationProvider(
SPAuthenticationProvider provider
)
Paramètres
provider
Type : Microsoft.SharePoint.Administration.SPAuthenticationProviderLe fournisseur d'authentification de réclamations à ajouter.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | provider est null . |
ArgumentException | ClaimsAuthenticationProviders est null ou contient déjà des provider. |
Remarques
Cette méthode ajoute le fournisseur d'authentification de demandes spécifié dans la liste des demandes de fournisseurs d'authentification configuré pour la zone URL en cours.