ApplicationIdCredentialsProvider.GetCredentials Method (Action<Credentials>)

Bing
 

Retrieves 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.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

override GetCredentials : 
        callback:Action<Credentials> -> unit

Parameters

callback
Type: System.Action<Credentials>

The function to call when credentials are retrieved.

Return to top
Show: