SecPkgContext_ProtoInfo (Windows CE 5.0)
This structure holds information about the protocol in use. This structure is used by the Schannel security package QueryContextAttributes function.
typedef struct _SecPkgContext_ProtoInfo { SEC_WCHAR SEC_FAR*sProtocolName;unsigned longmajorVersion;unsigned longminorVersion;} SecPkgContext_ProtoInfo, *PSecPkgContext_ProtoInfo;
Members
- sProtocolName
Pointer to a string that contains the name of the protocol. - majorVersion
Major version number. - minorVersion
Minor version number.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Schnlsp.h.
See Also
Send Feedback on this topic to the authors