Share via


CredentialsProvider Class

 

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)

Inheritance Hierarchy

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

Syntax

public abstract class CredentialsProvider
public ref class CredentialsProvider abstract 
[<AbstractClass>]
type CredentialsProvider = class end
Public MustInherit Class CredentialsProvider

Constructors

Name Description
System_CAPS_protmethod CredentialsProvider()

Initializes a new instance of the CredentialsProvider class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCredentials(Action<Credentials>)

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

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top