This topic has not yet been rated - Rate this topic

ApplicationIdCredentialsProvider Class

July 26, 2012

Provides credentials in the form of an application ID.

System.Object
  Microsoft.Phone.Controls.Maps.CredentialsProvider
    Microsoft.Phone.Controls.Maps.ApplicationIdCredentialsProvider

Namespace:  Microsoft.Phone.Controls.Maps
Assembly:  Microsoft.Phone.Controls.Maps (in Microsoft.Phone.Controls.Maps.dll)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class ApplicationIdCredentialsProvider : CredentialsProvider, 
	INotifyPropertyChanged
<ApplicationIdCredentialsProvider .../>

The ApplicationIdCredentialsProvider type exposes the following members.

  NameDescription
Public methodApplicationIdCredentialsProvider()Initializes a new instance of the ApplicationIdCredentialsProvider class.
Public methodApplicationIdCredentialsProvider(String)Initializes a new instance of the ApplicationIdCredentialsProvider class.
Top
  NameDescription
Public propertyApplicationIdGets or sets the application ID. The application ID is your Bing Maps Key. For information about getting a Bing Maps Key, see Getting a Bing Maps Key.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCredentialsRetrieves the credentials for the map control. This method can be used to pass your Bing Maps Key to other Bing Maps APIs, such as the Bing Maps REST Services. (Overrides CredentialsProvider.GetCredentials(Action<Credentials>).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public eventPropertyChangedOccurs when a property of this class changes.
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.