Table of Contents

Class EncryptionMetadata

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines encryption metadata for persistent storage.

public class EncryptionMetadata
Inheritance
EncryptionMetadata
Inherited Members
Extension Methods

Properties

InitialVector

Gets or sets the initial vector.

public string? InitialVector { get; set; }

Property Value

string

Key

Gets or sets the key.

public string? Key { get; set; }

Property Value

string