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>
kind:method, kind:property, kind:ctor. Press Esc to clear.SecureStoreEntry(String, DateTimeOffset, Nullable<DateTimeOffset>, IReadOnlyDictionary<String, String>)Metadata describing a secure store entry without exposing the secret payload.