SecureStoreEntry Class

Definition

Metadata describing a secure store entry without exposing the secret payload.

public sealed record SecureStoreEntry(string Id, DateTimeOffset CreatedAt, DateTimeOffset? ExpiresAt, IReadOnlyDictionary<string, string> Metadata) : IEquatable<SecureStoreEntry>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)