Generated by DocFX

Class EncryptedBackupDto

Minimum Dto for backup encrypted account

Inheritance
System.Object
EncryptedBackupDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Admin.Dto
Assembly: VEDriversLite.dll
Syntax
public class EncryptedBackupDto

Properties

| Improve this Doc View Source

asAdmin

Load address as admin address

Declaration
public bool asAdmin { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

eadd

Address

Declaration
public string eadd { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

edata

Encrypted data

Declaration
public string edata { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

epass

Password for Symetric encryption

Declaration
public string epass { get; set; }
Property Value
Type Description
System.String