7 references to MachineAccountName
Microsoft.AspNetCore.Authentication.Negotiate (7)
LdapSettings.cs (5)
37/// This must be provided if a <see cref="MachineAccountName"/> is provided. 51/// <see cref="MachineAccountName"/> and <see cref="MachineAccountPassword"/> 53/// <see cref="Domain"/>, <see cref="MachineAccountName"/> and 87if (string.IsNullOrEmpty(MachineAccountName) && !string.IsNullOrEmpty(MachineAccountPassword)) 89throw new ArgumentException($"{nameof(MachineAccountPassword)} should only be specified when {nameof(MachineAccountName)} is configured.");
PostConfigureNegotiateOptions.cs (2)
73if (string.IsNullOrEmpty(ldapSettings.MachineAccountName)) 81var machineAccount = ldapSettings.MachineAccountName + "@" + ldapSettings.Domain;