3 references to LoginHintKey
Microsoft.AspNetCore.Authentication.MicrosoftAccount (3)
MicrosoftAccountHandler.cs (1)
76AddQueryString(queryStrings, properties, MicrosoftChallengeProperties.LoginHintKey);
MicrosoftChallengeProperties.cs (2)
89get => GetParameter<string>(LoginHintKey); 90set => SetParameter(LoginHintKey, value);