C# Class ExampleGenerator.CreateExamples

Show file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
AccountID string
Device1 string
Device1Description string
Device2 string
Device2Description string
LabelApplicationProfile string
LabelApplicationPublish string
LabelConnectAccept string
LabelConnectPending string
LabelConnectPublish string
LabelConnectRequest string
LabelConnectStatus string
LabelCreatePersonal string
LabelEscrow string
LabelHello string
LabelRecover string
LabelValidate string
NameAccount string
NameService string
OfflineEscrowEntry Goedel.Mesh.OfflineEscrowEntry
PasswordProfile Goedel.Mesh.PasswordProfile
PasswordProfilePrivate1 string
PasswordProfilePrivate2 string
PasswordProfilePrivate3 string
PersonalProfile Goedel.Mesh.PersonalProfile
SignedDeviceProfile1 Goedel.Mesh.SignedDeviceProfile
SignedPersonalProfile Goedel.Mesh.SignedPersonalProfile
Traces TraceDictionary

Public Methods

Method Description
Go ( ) : void
MakeClean ( ) : void
MakeDocs ( ) : void
MakeExamples ( ) : void

Private Methods

Method Description
AddApplication ( ) : void

Create a Web credential profile.

AddApplicationSSH ( ) : void

Create a SSH credential profile.

AddApplicationWeb ( ) : void

Create a Web credential profile.

ConnectDevice ( ) : void

Add a second device

CreateProfile ( ) : void

Create a new profile for [email protected]

Go ( string Output1, string Output2 ) : void
Hello ( ) : void

Create a new profile for [email protected]

KeyRecovery ( ) : void

Create and recover profile.

Main ( string args ) : void
PublishProfile ( ) : void

Publish profile

StartService ( ) : void

Start the Mesh as a direct service

Method Details

Go() public method

public Go ( ) : void
return void

MakeClean() public method

public MakeClean ( ) : void
return void

MakeDocs() public method

public MakeDocs ( ) : void
return void

MakeExamples() public method

public MakeExamples ( ) : void
return void

Property Details

AccountID public property

public string AccountID
return string

Device1 public property

public string Device1
return string

Device1Description public property

public string Device1Description
return string

Device2 public property

public string Device2
return string

Device2Description public property

public string Device2Description
return string

LabelApplicationProfile public property

public string LabelApplicationProfile
return string

LabelApplicationPublish public property

public string LabelApplicationPublish
return string

LabelConnectAccept public property

public string LabelConnectAccept
return string

LabelConnectPending public property

public string LabelConnectPending
return string

LabelConnectPublish public property

public string LabelConnectPublish
return string

LabelConnectRequest public property

public string LabelConnectRequest
return string

LabelConnectStatus public property

public string LabelConnectStatus
return string

LabelCreatePersonal public property

public string LabelCreatePersonal
return string

LabelEscrow public property

public string LabelEscrow
return string

LabelHello public property

public string LabelHello
return string

LabelRecover public property

public string LabelRecover
return string

LabelValidate public property

public string LabelValidate
return string

NameAccount public static property

public static string NameAccount
return string

NameService public static property

public static string NameService
return string

OfflineEscrowEntry public property

The offline escrow entry data.
public OfflineEscrowEntry,Goedel.Mesh OfflineEscrowEntry
return Goedel.Mesh.OfflineEscrowEntry

PasswordProfile public property

public PasswordProfile,Goedel.Mesh PasswordProfile
return Goedel.Mesh.PasswordProfile

PasswordProfilePrivate1 public property

public string PasswordProfilePrivate1
return string

PasswordProfilePrivate2 public property

public string PasswordProfilePrivate2
return string

PasswordProfilePrivate3 public property

public string PasswordProfilePrivate3
return string

PersonalProfile public property

public PersonalProfile,Goedel.Mesh PersonalProfile
return Goedel.Mesh.PersonalProfile

SignedDeviceProfile1 public property

public SignedDeviceProfile,Goedel.Mesh SignedDeviceProfile1
return Goedel.Mesh.SignedDeviceProfile

SignedPersonalProfile public property

public SignedPersonalProfile,Goedel.Mesh SignedPersonalProfile
return Goedel.Mesh.SignedPersonalProfile

Traces public property

public TraceDictionary Traces
return TraceDictionary