Partager via


Domain.VerifyOutboundTrustRelationship(String) Méthode

Définition

Vérifie qu’une approbation sortante précédemment établie avec le domaine spécifié est valide.

public:
 void VerifyOutboundTrustRelationship(System::String ^ targetDomainName);
public void VerifyOutboundTrustRelationship (string targetDomainName);
member this.VerifyOutboundTrustRelationship : string -> unit
Public Sub VerifyOutboundTrustRelationship (targetDomainName As String)

Paramètres

targetDomainName
String

Nom DNS du domaine avec lequel l’approbation existe.

Exceptions

Il n’existe aucune relation d’approbation sortante avec le domaine spécifié par targetDomainName.

Un appel au service d'annuaire sous-jacent a échoué.

Le serveur cible est occupé ou non disponible.

targetDomainName est une chaîne vide.

targetDomainName a la valeur null.

L'objet a été supprimé.

Le compte spécifié n'a pas l'autorisation d'effectuer cette opération.

Remarques

Cette méthode est utilisée pour vérifier qu’une relation d’approbation a été entièrement établie. L’approbation n’est pas établie tant que les deux côtés de l’approbation n’ont pas été créés.

S’applique à

Voir aussi