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
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 (2)
73
if (string.IsNullOrEmpty(ldapSettings.
MachineAccountName
))
81
var machineAccount = ldapSettings.
MachineAccountName
+ "@" + ldapSettings.Domain;