C# Class Goedel.Recrypt.Client.RecryptClient

High level Recrypt Client interface.
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
AccountID string
AccountName string
Portal string
UDF string

Protected Properties

Свойство Type Description
Service Goedel.Recrypt.RecryptService

Méthodes publiques

Méthode 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 méthode

Get the available services and features
public Hello ( ) : HelloResponse
Résultat Goedel.Recrypt.HelloResponse

RecryptClient() public méthode

Connect up to the specified Mesh Portal
public RecryptClient ( string Portal ) : System
Portal string
Résultat System

RecryptClient() public méthode

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.
Résultat System

Property Details

AccountID public_oe property

The account Identifier.
public string AccountID
Résultat string

AccountName public_oe property

The account name.
public string AccountName
Résultat string

Portal public_oe property

The portal address.
public string Portal
Résultat string

Service protected_oe property

The Recrypt Service provider.
protected RecryptService,Goedel.Recrypt Service
Résultat Goedel.Recrypt.RecryptService

UDF public_oe property

Fingerprint of the Personal Profile.
public string UDF
Résultat string