Class EncryptionMetadata
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
Key
Gets or sets the key.
public string? Key { get; set; }