CredentialsProvider.GetCredentials Method (Action<Credentials>)

 

When overridden in a derived class, retrieves the credentials used by the map control.

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

Syntax

public abstract void GetCredentials(
    Action<Credentials> callback
)
public:
virtual void GetCredentials(
    Action<Credentials^>^ callback
) abstract
abstract GetCredentials : 
        callback:Action<Credentials> -> unit
Public MustOverride Sub GetCredentials (
    callback As Action(Of Credentials)
)

Parameters

See Also

CredentialsProvider Class
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top