Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add credentials to ServiceFeatureTable #1271

Open
delaney31 opened this issue Jul 20, 2023 · 0 comments
Open

Cannot add credentials to ServiceFeatureTable #1271

delaney31 opened this issue Jul 20, 2023 · 0 comments

Comments

@delaney31
Copy link

delaney31 commented Jul 20, 2023

I'm using Esri.ArcGISRuntime for .net6 in my MAUI application and I can no longer set the credentials for a ServiceFeatureTable like I could in Xamarin. The Credential property is gone. (Old Code below)

  var ParcelFeatureTable = new ServiceFeatureTable(parcelServiceLayerURI);
                    ParcelFeatureTable.Credential = cred;

How do I set the credentials for a ServiceFeatureTable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant