SecureStoreEntryOptions Class

Definition

Options for storing a secret entry.

public sealed record SecureStoreEntryOptions(DateTimeOffset? ExpiresAt = default(DateTimeOffset? ), IReadOnlyDictionary<string, string>? Metadata = null) : IEquatable<SecureStoreEntryOptions>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (2)