1 write to MachineAccountPassword
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
LdapSettingsValidationTests.cs (1)
25
MachineAccountPassword
= "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
87
if (string.IsNullOrEmpty(MachineAccountName) && !string.IsNullOrEmpty(
MachineAccountPassword
))
89
throw new ArgumentException($"{nameof(
MachineAccountPassword
)} should only be specified when {nameof(MachineAccountName)} is configured.");
PostConfigureNegotiateOptions.cs (1)
82
var credentials = new NetworkCredential(machineAccount, ldapSettings.
MachineAccountPassword
);