#include <AsyncSecureSocketServer.h>
Inheritance diagram for OW32::CAsyncSecureSocketServer< T >:
Public Member Functions | |
CAsyncSecureSocketServer (CAsyncSocketCallback *pCallback) | |
Construct an asynchronous secure socket server. | |
CAsyncSecureSocketServer (CAsyncSocketCallback *pCallback, SOCKET s) | |
Construct an asynchronous secure socket server. | |
virtual int | shutdown (int how) |
Tear down the current connection. | |
SECURITY_STATUS | setServerCertificate (PCCERT_CONTEXT pCertContext, DWORD dwEnabledProtocols=0) |
Create server credentials from a certificate. | |
Static Public Member Functions | |
SECURITY_STATUS | createCredentialsFromCertificate (CredHandle *phCreds, PCCERT_CONTEXT pCertContext, DWORD dwEnabledProtocols=0) |
Create server credentials from a certificate context. | |
Protected Member Functions | |
virtual void | negotiateLoop () |
Called to perform the SSL negotiation for this connection. |
|
Construct an asynchronous secure socket server.
|
|
Construct an asynchronous secure socket server.
|
|
Create server credentials from a certificate context.
|
|
Create server credentials from a certificate.
|
|
Tear down the current connection.
|