Represents a secure entry decrypted in-memory along with its metadata.
public sealed record SecureStoreSecret(SecureStoreEntry Entry, ReadOnlyMemory<byte> Payload) : IEquatable<SecureStoreSecret>
kind:method, kind:property, kind:ctor. Press Esc to clear.SecureStoreSecret(SecureStoreEntry, ReadOnlyMemory<Byte>)Represents a secure entry decrypted in-memory along with its metadata.