C# Класс Goedel.Recrypt.Local.RecryptPortalDirect

Direct connection to service provider via API calls.
Наследование: RecryptLocalPortal
Показать файл Открыть проект

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

Метод Описание
GetService ( string Portal, string Account ) : RecryptService

Return a MeshService object for the named portal service.

RecryptPortalDirect ( ) : System

Create new portal using the default stores.

RecryptPortalDirect ( string PortalStore ) : System

Create a new portal using the specified stores.

RecryptPortalDirect ( string ServiceName, string PortalStore ) : System

Create a new portal using the specified stores.

Защищенные методы

Метод Описание
Init ( string ServiceName, string PortalStore ) : void

Initialize the portal

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

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

Return a MeshService object for the named portal service.
public GetService ( string Portal, string Account ) : RecryptService
Portal string
Account string
Результат Goedel.Recrypt.RecryptService

Init() защищенный Метод

Initialize the portal
protected Init ( string ServiceName, string PortalStore ) : void
ServiceName string
PortalStore string
Результат void

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

Create new portal using the default stores.
public RecryptPortalDirect ( ) : System
Результат System

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

Create a new portal using the specified stores.
public RecryptPortalDirect ( string PortalStore ) : System
PortalStore string File name for the Portal Store.
Результат System

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

Create a new portal using the specified stores.
public RecryptPortalDirect ( string ServiceName, string PortalStore ) : System
ServiceName string DNS service name
PortalStore string File name for the Portal Store.
Результат System