Provides encrypted at-rest storage for sensitive files and secrets.
public interface ISecureStore
kind:method
kind:property
kind:ctor
DeleteAsync(String, CancellationToken)
ListAsync(CancellationToken)
PutAsync(String, ReadOnlyMemory<Byte>, SecureStoreEntryOptions, CancellationToken)
TryGetAsync(String, CancellationToken)