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