SecureStoreEntry(String, DateTimeOffset, Nullable, IReadOnlyDictionary<String, String>) Constructor

Definition

Assembly PackagingTools.Core.dll

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

public SecureStoreEntry(string Id, DateTimeOffset CreatedAt, DateTimeOffset? ExpiresAt, IReadOnlyDictionary<string, string> Metadata)

Parameters

Id
String

Unique identifier for the stored secret.

CreatedAt
DateTimeOffset

Timestamp when the secret was persisted.

ExpiresAt
Nullable<DateTimeOffset>

Optional expiration timestamp.

Metadata
IReadOnlyDictionary<String, String>

User-defined metadata.