C# Class ExampleGenerator.CreateExamples

Mostra 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_oe property

public string AccountID
return string

Device1 public_oe property

public string Device1
return string

Device1Description public_oe property

public string Device1Description
return string

Device2 public_oe property

public string Device2
return string

Device2Description public_oe property

public string Device2Description
return string

LabelApplicationProfile public_oe property

public string LabelApplicationProfile
return string

LabelApplicationPublish public_oe property

public string LabelApplicationPublish
return string

LabelConnectAccept public_oe property

public string LabelConnectAccept
return string

LabelConnectPending public_oe property

public string LabelConnectPending
return string

LabelConnectPublish public_oe property

public string LabelConnectPublish
return string

LabelConnectRequest public_oe property

public string LabelConnectRequest
return string

LabelConnectStatus public_oe property

public string LabelConnectStatus
return string

LabelCreatePersonal public_oe property

public string LabelCreatePersonal
return string

LabelEscrow public_oe property

public string LabelEscrow
return string

LabelHello public_oe property

public string LabelHello
return string

LabelRecover public_oe property

public string LabelRecover
return string

LabelValidate public_oe property

public string LabelValidate
return string

NameAccount public_oe static_oe property

public static string NameAccount
return string

NameService public_oe static_oe property

public static string NameService
return string

OfflineEscrowEntry public_oe property

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

PasswordProfile public_oe property

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

PasswordProfilePrivate1 public_oe property

public string PasswordProfilePrivate1
return string

PasswordProfilePrivate2 public_oe property

public string PasswordProfilePrivate2
return string

PasswordProfilePrivate3 public_oe property

public string PasswordProfilePrivate3
return string

PersonalProfile public_oe property

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

SignedDeviceProfile1 public_oe property

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

SignedPersonalProfile public_oe property

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

Traces public_oe property

public TraceDictionary Traces
return TraceDictionary