EncryptionMetadata Class
Defines encryption metadata for persistent storage.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["EncryptionMetadata"] class Type type-node

Syntax

public class EncryptionMetadata

Properties

Name Property Type Summary
InitialVector string
Gets or sets the initial vector.
Key string
Gets or sets the key.

Extension Methods

Name Value Summary
IsAssignableToISerializable<EncryptionMetadata>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<EncryptionMetadata>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<EncryptionMetadata>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.