python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
IdentityModel RefreshToken impementation issue
I use the following code to log in via OIDC. This is a UWP app with IdentityModel.OidcClient 5.0.0
LoginRequest loginRequest = new LoginRequest
{
FrontChannelExtraParameters = new IdentityModel.Cli...
SurenSaluka
Votes: 0
Answers: 0
How to preserve passwords/appdata locally without roaming even if the app is uninstalled - using Credential manager
In UWP Credential manager is a good place to store sensitive information between application uninstallations and installations.
I see that the Credential Manager by default enable roaming between devi...
SurenSaluka
Votes: 0
Answers: 1
Refer multiple Resource Dictionaries in the UWP project
My UWP app has a resource dictionary used for localization named "Resources.resx" and now I want to add another "ResourcesXaml.resx". I want to know how to access both files like m...
SurenSaluka
Votes: 0
Answers: 1
uwp dynamic storyboard target name
I have a Button in inside a ListView.ItemTemplate which mimicks the behavior of a dropdown button. And I want to give the button a rotation animation by using a StoryBoard.
<Storyboard x:Name="...
Seaky Lone
Votes: 0
Answers: 1