70-484 · Question #30
You need to authenticate to a social networking site. Which code segments should you insert at line SR40? (Each correct answer presents part of the solution. Choose all that apply.)
The correct answer is A. WebAuthenticationOptions.SilentMode, C. source.RequescUri.SecureScrlng,. A (not D): Scenario: Retrieve user data from the social network services by using the authentication credentials. C (not B): Scenario: When SSL is available, use SSL to retrieve data from social network
Question
You need to authenticate to a social networking site. Which code segments should you insert at line SR40? (Each correct answer presents part of the solution. Choose all that apply.)
Options
- AWebAuthenticationOptions.SilentMode,
- Bsource.RequescUri,
- Csource.RequescUri.SecureScrlng,
- DWebAuthenticationOptions.None,
How the community answered
(29 responses)- A72% (21)
- B17% (5)
- D10% (3)
Explanation
A (not D): Scenario: Retrieve user data from the social network services by using the authentication credentials. C (not B): Scenario: When SSL is available, use SSL to retrieve data from social network
Topics
Community Discussion
No community discussion yet for this question.