Class KeychainCredentialPersistence
Provides a default means of persisting credentials to the iOS Keychain.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KeychainCredentialPersistence : CredentialPersistence
Constructors
Name | Description |
---|---|
Keychain |
Initializes a new instance of the Keychain |
Properties
Name | Description |
---|---|
Persistence |
Gets the persistence ID. |
Share |
Gets or sets a value indicating whether persisted credentials are shared across other iOS devices via the iCloud Keychain. |
Methods
Name | Description |
---|---|
Add(Credential) | Adds the specified credential to the Keychain. |
Clear() | Removes all credentials from the Keychain. |
Get |
Returns a collection that contains all credentials currently in the Keychain. |
Remove(Credential) | Removes the specified credential from the Keychain. |
Update(Credential) | Updates the specified credential within the Keychain. |
Applies to
Target | Versions |
---|---|
.NET iOS | 200.0 - 200.6 |
Xamarin.iOS | 100.9 - 100.15 |