CSharpTest.Net
SecureTransfer.Server Constructor
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Crypto Namespace > SecureTransfer.Server Class : SecureTransfer.Server Constructor

privateKey
The private key used for this server
clientKey
The public key of the client to allow
storage
The state storage used between requests

Glossary Item Box

Constructs/reconstructs the server-side receiver to process one or more messages. This class maintains all state in the INameValueStore so it may be destroyed between requests, or there may be multiple instances handling requests, provided that all instances have access to the underlying storage provided by the INameValueStore instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal privateKey As RSAPrivateKey, _
   ByVal clientKey As RSAPublicKey, _
   ByVal storage As INameValueStore _
)
C# 
public SecureTransfer.Server( 
   RSAPrivateKey privateKey,
   RSAPublicKey clientKey,
   INameValueStore storage
)

Parameters

privateKey
The private key used for this server
clientKey
The public key of the client to allow
storage
The state storage used between requests

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys