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

Glossary Item Box

SecureTransfer is a static class that contains two user types, Sender and Receiver. Each provide one-half of a secure file transfer protocol. The security is based on pre-shared public keys used to sign all messages between the client and server. Additionally these keys are used durring the session negotiation to exchange a 256-bit session key. The session key is combined with a random salt for each message to produce an AES-256 cryptographic key. The file content is then tranfered with this session key.

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class SecureTransfer 
C# 
public static class SecureTransfer 

Inheritance Hierarchy

System.Object
   CSharpTest.Net.Crypto.SecureTransfer

Requirements

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

See Also

Generated with Document! X 2011 by Innovasys