You are designing a Windows Phone 7 application. The application will update its tile through an authenticated Microsoft Push Notification Service by using text from the World Wide Web. You need to ensure that only text from trusted sources is allowed by the operating system. What should you recommend?
A.
Create a notification channel with a fully qualified domain name and bind the notification channel by using the BindToShellTile() method.
B.
Create a notification channel without a fully qualified domain name and bind the notification channel by using the BindToShellTile() method.
C.
Create a notification channel with a fully qualified domain name and bind the notification channel by using the BindToShellTile(Collection<Uri>) method.
D.
Create a notification channel without a fully qualified domain name and bind the notification channel by using the BindToShellTile(Collection<Uri>) method.