ConfigurationSet.SetSecurityLevel(ReplicationSecurityLevel) 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.
Définit le niveau de sécurité de réplication AD LDS.
public:
void SetSecurityLevel(System::DirectoryServices::ActiveDirectory::ReplicationSecurityLevel securityLevel);
public void SetSecurityLevel (System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel securityLevel);
member this.SetSecurityLevel : System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel -> unit
Public Sub SetSecurityLevel (securityLevel As ReplicationSecurityLevel)
Paramètres
- securityLevel
- ReplicationSecurityLevel
Valeur ReplicationSecurityLevel à laquelle définir le mode d'authentification de la réplication AD LDS.
Exceptions
securityLevel
n’est pas une valeur de ReplicationSecurityLevel valide.
S’applique à
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.