C# Class Esri.ArcGISRuntime.Toolkit.Security.CredentialManager

Helper class for managing the storage of credentials in the credential locker
Afficher le fichier Open project: Esri/arcgis-toolkit-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
AddCredential ( Credential credential ) : void

Adds a credential to the isolated storage.

RemoveAllCredentials ( ) : void

Removes all ArcGISRuntime credentials.

RetrieveAll ( ) : IEnumerable

Retrieves all ArcGISRuntime credentials stored in the isolated storage.

Private Methods

Méthode Description
AddCachedCredential ( string host, string userName, string passwordValue ) : void
Decrypt ( string str ) : string
Encrypt ( string str ) : string
GetCachedCredentials ( ) : IEnumerable
GetStore ( ) : IsolatedStorageFile
RemoveCachedCredentials ( ) : void

Method Details

AddCredential() public static méthode

Adds a credential to the isolated storage.
public static AddCredential ( Credential credential ) : void
credential Credential The credential to be added.
Résultat void

RemoveAllCredentials() public static méthode

Removes all ArcGISRuntime credentials.
public static RemoveAllCredentials ( ) : void
Résultat void

RetrieveAll() public static méthode

Retrieves all ArcGISRuntime credentials stored in the isolated storage.
public static RetrieveAll ( ) : IEnumerable
Résultat IEnumerable