File-system backed secure store that encrypts payloads using current-user data protection APIs.
public sealed class FileSecureStore : ISecureStore
kind:method
kind:property
kind:ctor
FileSecureStore(String?)
DeleteAsync(String, CancellationToken)
ListAsync(CancellationToken)
PutAsync(String, ReadOnlyMemory<Byte>, SecureStoreEntryOptions, CancellationToken)
TryGetAsync(String, CancellationToken)