Skip to content

Latest commit

 

History

History
116 lines (83 loc) · 2.73 KB

ns-schannel-secpkgcontext_cipherinfo.md

File metadata and controls

116 lines (83 loc) · 2.73 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:schannel._SecPkgContext_CipherInfo
SecPkgContext_CipherInfo (schannel.h)
Cipher info structure. This is returned by SECPKG_ATTR_CIPHER_INFO ulAttribute from the QueryContextAttributes (Schannel) function.
*PSecPkgContext_CipherInfo
PSecPkgContext_CipherInfo
PSecPkgContext_CipherInfo structure pointer [Security]
SecPkgContext_CipherInfo
SecPkgContext_CipherInfo structure [Security]
schannel/PSecPkgContext_CipherInfo
schannel/SecPkgContext_CipherInfo
security.secpkgcontext_cipherinfo
security\secpkgcontext_cipherinfo.htm
security
204D3520-76B6-42C0-83A4-45769F66364A
12/05/2018
*PSecPkgContext_CipherInfo, PSecPkgContext_CipherInfo, PSecPkgContext_CipherInfo structure pointer [Security], SecPkgContext_CipherInfo, SecPkgContext_CipherInfo structure [Security], schannel/PSecPkgContext_CipherInfo, schannel/SecPkgContext_CipherInfo, security.secpkgcontext_cipherinfo
schannel.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
SecPkgContext_CipherInfo, *PSecPkgContext_CipherInfo
19H1
_SecPkgContext_CipherInfo
schannel/_SecPkgContext_CipherInfo
PSecPkgContext_CipherInfo
schannel/PSecPkgContext_CipherInfo
SecPkgContext_CipherInfo
schannel/SecPkgContext_CipherInfo
c++
APIRef
kbSyntax
HeaderDef
Schannel.h
SecPkgContext_CipherInfo

-description

Cipher info structure. This is returned by SECPKG_ATTR_CIPHER_INFO ulAttribute from the QueryContextAttributes (Schannel) function.

-struct-fields

-field dwVersion

The dw version.

-field dwProtocol

The dw protocol.

-field dwCipherSuite

The dw cipher suite.

-field dwBaseCipherSuite

The dw base cipher suite.

-field dwCipherLen

The dw cipher length.

-field dwCipherBlockLen

The dw cipher block length in bytes.

-field dwHashLen

The dw hash length.

-field dwMinExchangeLen

The dw min exchange length.

-field dwMaxExchangeLen

The dw max exchange length.

-field dwKeyType

The dw key type.

-field szCertificate

The sz certificate.

-field szCipherSuite

The sz cipher suite.

-field szCipher

The sz cipher.

-field szExchange

The sz exchange.

-field szHash

The sz hash.