Credentials Class
Contains information used to authenticate requests.
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
| Name | Description | |
|---|---|---|
![]() | Credentials() | Initializes a new instance of the Credentials class. |
| Name | Description | |
|---|---|---|
![]() | ApplicationId | Gets or sets the application ID, or Bing Maps Key, for these credentials. |
![]() | Token | The Bing Maps WPF Control does not support the use of tokens for authentication. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the credentials are equal to the specified object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Retrieves the hash code for the credentials.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Converts the credentials to a string.(Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Credentials, Credentials) | Determines whether two credentials are equal. |
![]() ![]() | Inequality(Credentials, Credentials) | Determines whether two credentials are not equal. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




