C# Class Goedel.Recrypt.Local.RecryptPortalDirect

Direct connection to service provider via API calls.
Inheritance: RecryptLocalPortal
Show file Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
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.

Protected Methods

Method Description
Init ( string ServiceName, string PortalStore ) : void

Initialize the portal

Method Details

GetService() public method

Return a MeshService object for the named portal service.
public GetService ( string Portal, string Account ) : RecryptService
Portal string
Account string
return Goedel.Recrypt.RecryptService

Init() protected method

Initialize the portal
protected Init ( string ServiceName, string PortalStore ) : void
ServiceName string
PortalStore string
return void

RecryptPortalDirect() public method

Create new portal using the default stores.
public RecryptPortalDirect ( ) : System
return System

RecryptPortalDirect() public method

Create a new portal using the specified stores.
public RecryptPortalDirect ( string PortalStore ) : System
PortalStore string File name for the Portal Store.
return System

RecryptPortalDirect() public method

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.
return System