C# Класс Goedel.Recrypt.Client.RecryptClient

High level Recrypt Client interface.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AccountID string
AccountName string
Portal string
UDF string

Защищенные свойства (Protected)

Свойство Тип Описание
Service Goedel.Recrypt.RecryptService

Открытые методы

Метод Описание
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.

Описание методов

Hello() публичный Метод

Get the available services and features
public Hello ( ) : HelloResponse
Результат Goedel.Recrypt.HelloResponse

RecryptClient() публичный Метод

Connect up to the specified Mesh Portal
public RecryptClient ( string Portal ) : System
Portal string
Результат System

RecryptClient() публичный Метод

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.
Результат System

Описание свойств

AccountID публичное свойство

The account Identifier.
public string AccountID
Результат string

AccountName публичное свойство

The account name.
public string AccountName
Результат string

Portal публичное свойство

The portal address.
public string Portal
Результат string

Service защищенное свойство

The Recrypt Service provider.
protected RecryptService,Goedel.Recrypt Service
Результат Goedel.Recrypt.RecryptService

UDF публичное свойство

Fingerprint of the Personal Profile.
public string UDF
Результат string