SPIisSettings.ReplaceClaimsAuthenticationProviders - Méthode
Remplace l'ensemble actuel de fournisseurs d'authentification de revendications avec le jeu spécifié de créances fournisseurs d'authentification.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub ReplaceClaimsAuthenticationProviders ( _
providers As IEnumerable(Of SPAuthenticationProvider) _
)
'Utilisation
Dim instance As SPIisSettings
Dim providers As IEnumerable(Of SPAuthenticationProvider)
instance.ReplaceClaimsAuthenticationProviders(providers)
public void ReplaceClaimsAuthenticationProviders(
IEnumerable<SPAuthenticationProvider> providers
)
Paramètres
providers
Type : System.Collections.Generic.IEnumerable<SPAuthenticationProvider>Le jeu de déclarations de fournisseurs d'authentification.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | providers est null . |
ArgumentException | providers est vide. |
Remarques
Cette méthode remplace l'ensemble actuel de fournisseurs d'authentification de revendications avec un nouveau jeu de déclarations de fournisseurs d'authentification pour la zone URL en cours.