include: Sync definition of CERT_CHAIN_PARA and SCHANNEL_CRED with the latest SDK.
This commit is contained in:
parent
7797bc0714
commit
50d75d480e
|
@ -163,9 +163,9 @@ typedef struct _SCHANNEL_CRED
|
||||||
DWORD grbitEnabledProtocols;
|
DWORD grbitEnabledProtocols;
|
||||||
DWORD dwMinimumCipherStrength;
|
DWORD dwMinimumCipherStrength;
|
||||||
DWORD dwMaximumCipherStrength;
|
DWORD dwMaximumCipherStrength;
|
||||||
DWORD dwSessionLength;
|
DWORD dwSessionLifespan;
|
||||||
DWORD dwFlags;
|
DWORD dwFlags;
|
||||||
DWORD reserved;
|
DWORD dwCredFormat;
|
||||||
} SCHANNEL_CRED, *PSCHANNEL_CRED;
|
} SCHANNEL_CRED, *PSCHANNEL_CRED;
|
||||||
|
|
||||||
typedef struct _SecPkgCred_SupportedAlgs
|
typedef struct _SecPkgCred_SupportedAlgs
|
||||||
|
|
|
@ -1041,6 +1041,7 @@ typedef struct _CERT_CHAIN_PARA {
|
||||||
DWORD dwUrlRetrievalTimeout;
|
DWORD dwUrlRetrievalTimeout;
|
||||||
BOOL fCheckRevocationFreshnessTime;
|
BOOL fCheckRevocationFreshnessTime;
|
||||||
DWORD dwRevocationFreshnessTime;
|
DWORD dwRevocationFreshnessTime;
|
||||||
|
LPFILETIME pftCacheResync;
|
||||||
#endif
|
#endif
|
||||||
} CERT_CHAIN_PARA, *PCERT_CHAIN_PARA;
|
} CERT_CHAIN_PARA, *PCERT_CHAIN_PARA;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue