Table of Contents

Class DataProtectionKeySqlModel

Namespace
OpenSettings.Domains.Sql.Entities
Assembly
OpenSettings.dll
public class DataProtectionKeySqlModel : EntityBase<int>
Inheritance
DataProtectionKeySqlModel
Inherited Members

Properties

ActivationDate

public DateTime ActivationDate { get; set; }

Property Value

DateTime

EncryptionAlgorithm

public string EncryptionAlgorithm { get; set; }

Property Value

string

ExpiryDate

public DateTime ExpiryDate { get; set; }

Property Value

DateTime

FriendlyName

The friendly name of the DataProtectionKeySqlModel.

public string FriendlyName { get; set; }

Property Value

string

KeyId

public Guid KeyId { get; set; }

Property Value

Guid

MasterKey

The master key which is an unencrypted form.

public string MasterKey { get; set; }

Property Value

string

ValidationAlgorithm

public string ValidationAlgorithm { get; set; }

Property Value

string

Xml

The XML representation of the DataProtectionKeySqlModel.

public string Xml { get; set; }

Property Value

string