Goedel.Recrypt.Server.PublicRecryptServiceProvider.PublicRecryptServiceProvider C# (CSharp) Method

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
        public PublicRecryptServiceProvider(string Domain, string PortalStore) {
            // here we start the Portal store etc.
            }
PublicRecryptServiceProvider