Options for storing a secret entry.
public sealed record SecureStoreEntryOptions(DateTimeOffset? ExpiresAt = default(DateTimeOffset? ), IReadOnlyDictionary<string, string>? Metadata = null) : IEquatable<SecureStoreEntryOptions>
kind:method, kind:property, kind:ctor. Press Esc to clear.SecureStoreEntryOptions(Nullable<DateTimeOffset>, IReadOnlyDictionary<String, String>?)Options for storing a secret entry.