C# Class Mycroft.Server.TlsServer

Inheritance: TcpServer
Afficher le fichier Open project: rit-sse-mycroft/core Class Usage Examples

Méthodes publiques

Méthode Description
TlsServer ( IPAddress addr, Int32 port, X509Certificate cert ) : System

Méthodes protégées

Méthode Description
CreateConnection ( TcpClient client ) : CommandConnection

Creates an SSL stream that manages the connection

Private Methods

Méthode Description
FormatCertificateThumbprint ( string thumbprint ) : string

Formats a SHA-1 hash of the certificate (thumbprint) to be used for searching in the user's certificate store

Method Details

CreateConnection() protected méthode

Creates an SSL stream that manages the connection
protected CreateConnection ( TcpClient client ) : CommandConnection
client System.Net.Sockets.TcpClient
Résultat Mycroft.App.CommandConnection

TlsServer() public méthode

public TlsServer ( IPAddress addr, Int32 port, X509Certificate cert ) : System
addr System.Net.IPAddress
port System.Int32
cert System.Security.Cryptography.X509Certificates.X509Certificate
Résultat System