ReactOS 0.4.16-dev-289-g096a551
|
#include <schannel.h>
Public Attributes | |
DWORD | dwProtocol |
ALG_ID | aiCipher |
DWORD | dwCipherStrength |
ALG_ID | aiHash |
DWORD | dwHashStrength |
ALG_ID | aiExch |
DWORD | dwExchStrength |
Definition at line 127 of file schannel.h.
ALG_ID _SecPkgContext_ConnectionInfo::aiCipher |
Definition at line 130 of file schannel.h.
ALG_ID _SecPkgContext_ConnectionInfo::aiExch |
Definition at line 134 of file schannel.h.
ALG_ID _SecPkgContext_ConnectionInfo::aiHash |
Definition at line 132 of file schannel.h.
DWORD _SecPkgContext_ConnectionInfo::dwCipherStrength |
Definition at line 131 of file schannel.h.
Referenced by NETCON_GetCipherStrength(), netconn_get_cipher_strength(), and test_communication().
DWORD _SecPkgContext_ConnectionInfo::dwExchStrength |
Definition at line 135 of file schannel.h.
DWORD _SecPkgContext_ConnectionInfo::dwHashStrength |
Definition at line 133 of file schannel.h.
Referenced by test_communication().
DWORD _SecPkgContext_ConnectionInfo::dwProtocol |
Definition at line 129 of file schannel.h.