7 references to Current
Microsoft.Maui.Essentials (7)
SecureStorage\SecureStorage.shared.cs (7)
88
Current
.GetAsync(key);
97
Current
.SetAsync(key, value);
104
Current
.Remove(key);
110
Current
.RemoveAll();
119
get =>
Current
.GetDefaultAccessible();
120
set =>
Current
.SetDefaultAccessible(value);
131
Current
.SetAsync(key, value, accessible);