C# 클래스 Esri.ArcGISRuntime.Toolkit.Security.CredentialManager

Helper class for managing the storage of credentials in the credential locker
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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