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
EncryptionAlgorithm
public string EncryptionAlgorithm { get; set; }
Property Value
ExpiryDate
public DateTime ExpiryDate { get; set; }
Property Value
FriendlyName
The friendly name of the DataProtectionKeySqlModel.
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 DataProtectionKeySqlModel.
public string Xml { get; set; }