C# Class Goedel.Recrypt.Client.RecryptClient

High level Recrypt Client interface.
Mostra 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_oe property

The account Identifier.
public string AccountID
return string

AccountName public_oe property

The account name.
public string AccountName
return string

Portal public_oe property

The portal address.
public string Portal
return string

Service protected_oe property

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

UDF public_oe property

Fingerprint of the Personal Profile.
public string UDF
return string