Table of Contents

Class DataProtectionKey

Namespace
OpenSettings.Domains.Sql.Entities
Assembly
OpenSettings.dll
[Table("DataProtectionKeys")]
public class DataProtectionKey : EntityBase<int>
Inheritance
DataProtectionKey
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 DataProtectionKey.

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 DataProtectionKey.

public string Xml { get; set; }

Property Value

string