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 | |
---|---|---|
CredentialsProvider() | Initializes a new instance of the CredentialsProvider class. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetCredentials(Action<Credentials>) | When overridden in a derived class, retrieves the credentials used by the map control. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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