Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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