ReactOS 0.4.15-dev-7958-gcd0bb1a
_SCHANNEL_CRED Struct Reference

#include <schannel.h>

Collaboration diagram for _SCHANNEL_CRED:

Public Attributes

DWORD dwVersion
 
DWORD cCreds
 
PCCERT_CONTEXTpaCred
 
HCERTSTORE hRootStore
 
DWORD cMappers
 
struct _HMAPPER ** aphMappers
 
DWORD cSupportedAlgs
 
ALG_IDpalgSupportedAlgs
 
DWORD grbitEnabledProtocols
 
DWORD dwMinimumCipherStrength
 
DWORD dwMaximumCipherStrength
 
DWORD dwSessionLifespan
 
DWORD dwFlags
 
DWORD dwCredFormat
 

Detailed Description

Definition at line 86 of file schannel.h.

Member Data Documentation

◆ aphMappers

struct _HMAPPER** _SCHANNEL_CRED::aphMappers

Definition at line 93 of file schannel.h.

Referenced by init_cred().

◆ cCreds

DWORD _SCHANNEL_CRED::cCreds

Definition at line 89 of file schannel.h.

Referenced by ensure_cred_handle(), init_cred(), and testAcquireSecurityContext().

◆ cMappers

DWORD _SCHANNEL_CRED::cMappers

Definition at line 92 of file schannel.h.

Referenced by init_cred().

◆ cSupportedAlgs

DWORD _SCHANNEL_CRED::cSupportedAlgs

Definition at line 94 of file schannel.h.

Referenced by init_cred().

◆ dwCredFormat

DWORD _SCHANNEL_CRED::dwCredFormat

Definition at line 101 of file schannel.h.

◆ dwFlags

DWORD _SCHANNEL_CRED::dwFlags

Definition at line 100 of file schannel.h.

Referenced by init_cred(), test_communication(), and test_InitializeSecurityContext().

◆ dwMaximumCipherStrength

DWORD _SCHANNEL_CRED::dwMaximumCipherStrength

Definition at line 98 of file schannel.h.

Referenced by init_cred().

◆ dwMinimumCipherStrength

DWORD _SCHANNEL_CRED::dwMinimumCipherStrength

Definition at line 97 of file schannel.h.

Referenced by init_cred().

◆ dwSessionLifespan

DWORD _SCHANNEL_CRED::dwSessionLifespan

Definition at line 99 of file schannel.h.

Referenced by init_cred().

◆ dwVersion

DWORD _SCHANNEL_CRED::dwVersion

Definition at line 88 of file schannel.h.

Referenced by ensure_cred_handle(), init_cred(), and testAcquireSecurityContext().

◆ grbitEnabledProtocols

DWORD _SCHANNEL_CRED::grbitEnabledProtocols

◆ hRootStore

HCERTSTORE _SCHANNEL_CRED::hRootStore

Definition at line 91 of file schannel.h.

Referenced by init_cred().

◆ paCred

PCCERT_CONTEXT* _SCHANNEL_CRED::paCred

Definition at line 90 of file schannel.h.

Referenced by ensure_cred_handle(), init_cred(), and testAcquireSecurityContext().

◆ palgSupportedAlgs

ALG_ID* _SCHANNEL_CRED::palgSupportedAlgs

Definition at line 95 of file schannel.h.

Referenced by init_cred().


The documentation for this struct was generated from the following file: