The factory class creating the security stream allowing authentication as server and encrypted communication based on 'Negotiate communication protocol'.

Namespace: Eneter.Messaging.MessagingSystems.TcpMessagingSystem.Security
Assembly: Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 5.0.0.0 (5.0.0.0)

Syntax

C#
public class ServerNegotiateFactory : ISecurityFactory
Visual Basic
Public Class ServerNegotiateFactory _
	Implements ISecurityFactory
Visual C++
public ref class ServerNegotiateFactory : ISecurityFactory

Inheritance Hierarchy

System..::..Object
  Eneter.Messaging.MessagingSystems.TcpMessagingSystem.Security..::..ServerNegotiateFactory

Version Information

.NET

Supported in: .NET 4.5, .NET 4.0, .NET 3.5

See Also