FreeRDP
SCHANNEL_CRED Struct Reference
Collaboration diagram for SCHANNEL_CRED:

Data Fields

DWORD dwVersion
 
DWORD cCreds
 
PCCERT_CONTEXTpaCred
 
HCERTSTORE hRootStore
 
DWORD cSupportedAlgs
 
ALG_ID * palgSupportedAlgs
 
DWORD grbitEnabledProtocols
 
DWORD dwMinimumCipherStrength
 
DWORD dwMaximumCipherStrength
 
DWORD dwSessionLifespan
 
DWORD dwFlags
 
DWORD dwCredFormat
 

Detailed Description

Definition at line 87 of file include/winpr/schannel.h.

Field Documentation

◆ cCreds

DWORD SCHANNEL_CRED::cCreds

Definition at line 90 of file include/winpr/schannel.h.

◆ cSupportedAlgs

DWORD SCHANNEL_CRED::cSupportedAlgs

Definition at line 94 of file include/winpr/schannel.h.

◆ dwCredFormat

DWORD SCHANNEL_CRED::dwCredFormat

Definition at line 102 of file include/winpr/schannel.h.

◆ dwFlags

DWORD SCHANNEL_CRED::dwFlags

Definition at line 101 of file include/winpr/schannel.h.

◆ dwMaximumCipherStrength

DWORD SCHANNEL_CRED::dwMaximumCipherStrength

Definition at line 99 of file include/winpr/schannel.h.

◆ dwMinimumCipherStrength

DWORD SCHANNEL_CRED::dwMinimumCipherStrength

Definition at line 98 of file include/winpr/schannel.h.

◆ dwSessionLifespan

DWORD SCHANNEL_CRED::dwSessionLifespan

Definition at line 100 of file include/winpr/schannel.h.

◆ dwVersion

DWORD SCHANNEL_CRED::dwVersion

Definition at line 89 of file include/winpr/schannel.h.

◆ grbitEnabledProtocols

DWORD SCHANNEL_CRED::grbitEnabledProtocols

Definition at line 97 of file include/winpr/schannel.h.

◆ hRootStore

HCERTSTORE SCHANNEL_CRED::hRootStore

Definition at line 92 of file include/winpr/schannel.h.

◆ paCred

PCCERT_CONTEXT* SCHANNEL_CRED::paCred

Definition at line 91 of file include/winpr/schannel.h.

◆ palgSupportedAlgs

ALG_ID* SCHANNEL_CRED::palgSupportedAlgs

Definition at line 95 of file include/winpr/schannel.h.


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