Class ImportBackupDto
Import basic account Backup Dto
Inheritance
System.Object
ImportBackupDto
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 ImportBackupDto
Properties
| Improve this Doc View SourceadminCredentials
Admin credentials info Include Admin Address, Message and Signature of this message
Declaration
public AdminActionBase adminCredentials { get; set; }
Property Value
Type | Description |
---|---|
AdminActionBase |
dto
Data dto
Declaration
public EncryptedBackupDto dto { get; set; }
Property Value
Type | Description |
---|---|
EncryptedBackupDto |