Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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 QueryContextAttributesfunction.
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 |