CredentialsProvider Class

Bing
 

Provides credentials used to authenticate requests. This class must be inherited.

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

System.Object
  Microsoft.Maps.MapControl.WPF.Core.CredentialsProvider
    Microsoft.Maps.MapControl.WPF.ApplicationIdCredentialsProvider

public abstract class CredentialsProvider

NameDescription
System_CAPS_protmethodCredentialsProvider()

Initializes a new instance of the CredentialsProvider class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCredentials(Action<Credentials>)

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: