C# Class Goedel.Recrypt.Server.PublicRecryptServiceProvider

The host class. Receives a stream from the HTTP server caller and dispatches the specified server.
Inheritance: Goedel.Recrypt.RecryptServiceProvider
Show file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
PublicRecryptServiceProvider ( string Domain, string PortalStore ) : System

Initialize a Mesh Service Provider.

Method Details

PublicRecryptServiceProvider() public method

Initialize a Mesh Service Provider.
public PublicRecryptServiceProvider ( string Domain, string PortalStore ) : System
Domain string The domain of the service provider.
PortalStore string The portal persistence store fielname.
return System