SPIisSettings.DeleteClaimsAuthenticationProvider - Méthode
Supprime un fournisseur de l'authentification par revendications de l'ensemble des déclarations de fournisseurs d'authentification pour la zone URL en cours.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub DeleteClaimsAuthenticationProvider ( _
provider As SPAuthenticationProvider _
)
'Utilisation
Dim instance As SPIisSettings
Dim provider As SPAuthenticationProvider
instance.DeleteClaimsAuthenticationProvider(provider)
public void DeleteClaimsAuthenticationProvider(
SPAuthenticationProvider provider
)
Paramètres
provider
Type : Microsoft.SharePoint.Administration.SPAuthenticationProviderLe fournisseur d'authentification de réclamations à supprimer.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | provider est null . |
ArgumentException | ClaimsAuthenticationProviders est vide ou n'a qu'un seul membre. |
Remarques
La liste des revendications des fournisseurs d'authentification configurés pour la zone URL en cours est stockée dans la propriété ClaimsAuthenticationProviders .