C# Class Goedel.Recrypt.Client.RecryptClient

High level Recrypt Client interface.
Show file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
AccountID string
AccountName string
Portal string
UDF string

Protected Properties

Property Type Description
Service Goedel.Recrypt.RecryptService

Public Methods

Method Description
Hello ( ) : HelloResponse

Get the available services and features

RecryptClient ( string Portal ) : System

Connect up to the specified Mesh Portal

RecryptClient ( string Portal, string AccountID ) : System

Connect up to a specified Mesh Portal and account.

Method Details

Hello() public method

Get the available services and features
public Hello ( ) : HelloResponse
return Goedel.Recrypt.HelloResponse

RecryptClient() public method

Connect up to the specified Mesh Portal
public RecryptClient ( string Portal ) : System
Portal string
return System

RecryptClient() public method

Connect up to a specified Mesh Portal and account.
public RecryptClient ( string Portal, string AccountID ) : System
Portal string The portal to connect to.
AccountID string The account identifier.
return System

Property Details

AccountID public property

The account Identifier.
public string AccountID
return string

AccountName public property

The account name.
public string AccountName
return string

Portal public property

The portal address.
public string Portal
return string

Service protected property

The Recrypt Service provider.
protected RecryptService,Goedel.Recrypt Service
return Goedel.Recrypt.RecryptService

UDF public property

Fingerprint of the Personal Profile.
public string UDF
return string