Forest.SetSelectiveAuthenticationStatus(String, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Active ou désactive l’authentification sélective pour une approbation entrante.
public:
void SetSelectiveAuthenticationStatus(System::String ^ targetForestName, bool enable);
public void SetSelectiveAuthenticationStatus (string targetForestName, bool enable);
member this.SetSelectiveAuthenticationStatus : string * bool -> unit
Public Sub SetSelectiveAuthenticationStatus (targetForestName As String, enable As Boolean)
Paramètres
- targetForestName
- String
Nom DNS de l'objet Forest avec lequel la relation d'approbation entrante existe.
- enable
- Boolean
true
si l'authentification sélective doit être activée ; sinon false
.
Exceptions
Il n'existe pas de relation d'approbation avec la forêt spécifiée par targetForestName
.
Un appel au service d'annuaire sous-jacent a échoué.
Le serveur cible est occupé ou non disponible.
targetForestName
est une chaîne vide.
targetForestName
a la valeur null
.
L’objet actuel a été supprimé.
Le compte spécifié n'a pas l'autorisation d'effectuer cette opération.