LdapSettings.MachineAccountPassword Propriété
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.
Mot de passe du compte d’ordinateur à utiliser lors de l’ouverture de la connexion LDAP. Il doit être fourni si un MachineAccountName est fourni.
public:
property System::String ^ MachineAccountPassword { System::String ^ get(); void set(System::String ^ value); };
public string MachineAccountPassword { get; set; }
public string? MachineAccountPassword { get; set; }
member this.MachineAccountPassword : string with get, set
Public Property MachineAccountPassword As String