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.
A version of this page is also available for
4/8/2010
This structure holds information about the protocol in use. This structure is used by the Schannel security package QueryContextAttributes function.
Syntax
typedef struct _SecPkgContext_ProtoInfo {
SEC_WCHAR SEC_FAR* sProtocolName;
unsigned long majorVersion;
unsigned long minorVersion;
} 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
| Header | schnlsp.h |
| Windows Embedded CE | Windows CE .NET 4.2 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |