Class AppDataCredentialPersistence
Provides a default means of persisting application credentials.
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class AppDataCredentialPersistence : CredentialPersistence
Remarks
Credentials are encrypted using the Data Protection API and then stored in a secure settings container alongside the application.
Properties
Name | Description |
---|---|
Persistence |
Gets the persistence ID. |
Methods
Name | Description |
---|---|
Add(Credential) | Adds the specified credential. |
Clear() | Removes all credentials from the device. |
CreateAsync(Nullable<String>) | Creates a new App |
Get |
Returns a collection that contains all credentials managed by this instance. |
Remove(Credential) | Removes the specified credential. |
Update(Credential) | Updates the specified credential. |
Applies to
Target | Versions |
---|---|
UWP | 100.9 - 100.15 |