SecureStoreSecret Class

Definition

Represents a secure entry decrypted in-memory along with its metadata.

public sealed record SecureStoreSecret(SecureStoreEntry Entry, ReadOnlyMemory<byte> Payload) : IEquatable<SecureStoreSecret>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (2)