C# Класс Esri.ArcGISRuntime.Toolkit.Security.CredentialManager

Helper class for managing the storage of credentials in the credential locker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
AddCachedCredential ( string host, string userName, string passwordValue ) : void
Decrypt ( string str ) : string
Encrypt ( string str ) : string
GetCachedCredentials ( ) : IEnumerable
GetStore ( ) : IsolatedStorageFile
RemoveCachedCredentials ( ) : void

Описание методов

AddCredential() публичный статический Метод

Adds a credential to the isolated storage.
public static AddCredential ( Credential credential ) : void
credential Credential The credential to be added.
Результат void

RemoveAllCredentials() публичный статический Метод

Removes all ArcGISRuntime credentials.
public static RemoveAllCredentials ( ) : void
Результат void

RetrieveAll() публичный статический Метод

Retrieves all ArcGISRuntime credentials stored in the isolated storage.
public static RetrieveAll ( ) : IEnumerable
Результат IEnumerable