C# Class Client_WPF.Models.User

Show file Open project: TheRankZz/Web-Engineering-und-Informationssicherheit

Public Properties

Property Type Description
Username string
privatekey string
publickey string
salt_masterkey byte[]

Property Details

Username public property

public string Username
return string

privatekey public property

public string privatekey
return string

publickey public property

public string publickey
return string

salt_masterkey public property

public byte[] salt_masterkey
return byte[]