1 write to MachineAccountPassword
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
LdapSettingsValidationTests.cs (1)
25MachineAccountPassword = "Passw0rd"
5 references to MachineAccountPassword
Microsoft.AspNetCore.Authentication.Negotiate (5)
LdapSettings.cs (4)
51/// <see cref="MachineAccountName"/> and <see cref="MachineAccountPassword"/> 54/// <see cref="MachineAccountPassword"/> options will not be used to create 87if (string.IsNullOrEmpty(MachineAccountName) && !string.IsNullOrEmpty(MachineAccountPassword)) 89throw new ArgumentException($"{nameof(MachineAccountPassword)} should only be specified when {nameof(MachineAccountName)} is configured.");
PostConfigureNegotiateOptions.cs (1)
82var credentials = new NetworkCredential(machineAccount, ldapSettings.MachineAccountPassword);