Метод | Описание | |
---|---|---|
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 |
public static AddCredential ( Credential credential ) : void | ||
credential | Credential | The credential to be added. |
Результат | void |
public static RemoveAllCredentials ( ) : void | ||
Результат | void |
public static RetrieveAll ( ) : IEnumerable |
||
Результат | IEnumerable |