Share via


Credentials.Token Property

 

The Bing Maps WPF Control does not support the use of tokens for authentication.

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

Syntax

[DataMemberAttribute]
public string Token { get; set; }
public:
[DataMemberAttribute]
property String^ Token {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Token : string with get, set
<DataMemberAttribute>
Public Property Token As String

Property Value

Type: System.String

Returns String.

See Also

Credentials Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top