3 references to DomainHintKey
Microsoft.AspNetCore.Authentication.MicrosoftAccount (3)
MicrosoftAccountHandler.cs (1)
75
AddQueryString(queryStrings, properties, MicrosoftChallengeProperties.
DomainHintKey
);
MicrosoftChallengeProperties.cs (2)
77
get => GetParameter<string>(
DomainHintKey
);
78
set => SetParameter(
DomainHintKey
, value);