XdsObjects Help file
MedicalConnections.Security Namespace / TlsServerBouncyCastle Class
Members



TlsServerBouncyCastle Class
Server implementing TLS, based on the BouncyCastle implementation
Syntax
Public Class TlsServerBouncyCastle 
   Inherits TlsBouncyCastle
   Implements ITlsBase, ITlsServerSecurity 
Dim instance As TlsServerBouncyCastle
public class TlsServerBouncyCastle : TlsBouncyCastle, ITlsBase, ITlsServerSecurity  
public ref class TlsServerBouncyCastle : public TlsBouncyCastle, ITlsBase, ITlsServerSecurity  
Inheritance Hierarchy

System.Object
   MedicalConnections.Security.TlsBouncyCastle
      MedicalConnections.Security.TlsServerBouncyCastle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also