-
Notifications
You must be signed in to change notification settings - Fork 121
SignInChallengeHandler
rexhansen edited this page Oct 9, 2014
·
2 revisions
The simplest way to use this component is to set the IdentityManager's ChallengeHandler to a new instance of the SignInChallengeHandler:
IdentityManager.Current.ChallengeHandler = new SignInChallengeHandler();
Note: SignInChallengeHandler is only available for Windows Desktop and Windows Phone. Windows Store includes a built-in authentication dialog common to the platform.