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
EncryptionAlgorithm
public string EncryptionAlgorithm { get; set; }
Property Value
ExpiryDate
public DateTime ExpiryDate { get; set; }
Property Value
FriendlyName
The friendly name of the DataProtectionKey.
public string FriendlyName { get; set; }
Property Value
KeyId
public Guid KeyId { get; set; }
Property Value
MasterKey
The master key which is an unencrypted form.
public string MasterKey { get; set; }
Property Value
ValidationAlgorithm
public string ValidationAlgorithm { get; set; }
Property Value
Xml
The XML representation of the DataProtectionKey.
public string Xml { get; set; }