Visual Basic (Declaration) | |
---|---|
Public Property Token As String |
C# | |
---|---|
public string Token {get; set;} |
ArcGIS Server services may be secured using token authentication. Use Services Directory to determine if a service requires a token to be used. A token is an encrypted string generated by a token service on the same ArcGIS Server site and the secured service. The token service can be accessed in a browser via the Get Token link in Services Explorer or by navigating to the main token service page (e.g. http://www.example.com/ArcGIS/tokens/gettoken.html). See the discussion topic on secure services for more info.
Property Value
The token.XAML | Copy Code |
---|---|
<esri:ArcGISDynamicMapServiceLayer ID="DynamicLayer" Url="http://serverapps.esri.com/ArcGIS/rest/services/California/MapServer" Token="T2ILopZdSMylbhKIysHa-8YgBVNPjRHsK-Kw3VoQS2RUQ0UpUAj30vGfT92YlEue" /> |
Target Platforms:Windows Phone 7