Generated by DocFX

Class KeyDto

Key export import Dto

Inheritance
System.Object
KeyDto
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
Assembly: VEDriversLite.dll
Syntax
public class KeyDto

Properties

| Improve this Doc View Source

Address

Address

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

Key

Private key - usually exported in encrypted form

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