SecPkgContext_ProtoInfo (Compact 2013)

3/28/2014

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

See Also

Reference

Authentication Services Structures
QueryContextAttributes