2 writes to Domain
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateOptions.cs (1)
51
LdapSettings.
Domain
= domain;
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
NegotiateHandlerTests.cs (1)
217
ldapSettings.
Domain
= "domain.NET";
6 references to Domain
Microsoft.AspNetCore.Authentication.Negotiate (6)
Internal\LdapAdapter.cs (1)
41
var distinguishedName = settings.
Domain
.Split('.').Select(name => $"dc={name}").Aggregate((a, b) => $"{a},{b}");
LdapSettings.cs (3)
50
/// automatically created based on the <see cref="
Domain
"/>,
53
/// <see cref="
Domain
"/>, <see cref="MachineAccountName"/> and
85
ArgumentException.ThrowIfNullOrEmpty(
Domain
);
PostConfigureNegotiateOptions.cs (2)
71
var di = new LdapDirectoryIdentifier(server: ldapSettings.
Domain
, fullyQualifiedDnsHostName: true, connectionless: false);
81
var machineAccount = ldapSettings.MachineAccountName + "@" + ldapSettings.
Domain
;