SecPkgContext_NegoKeys 结构 (sspi.h)

包含协商的安全包密钥。

语法

typedef struct _SecPkgContext_NegoKeys {
  unsigned long  KeyType;
  unsigned short KeyLength;
  unsigned char  *KeyValue;
  unsigned long  VerifyKeyType;
  unsigned short VerifyKeyLength;
  unsigned char  *VerifyKeyValue;
} SecPkgContext_NegoKeys, *PSecPkgContext_NegoKeys;

成员

KeyType

键类型。

KeyLength

密钥的长度(以字节为单位)。

KeyValue

键值。

VerifyKeyType

验证密钥的密钥类型。

VerifyKeyLength

验证密钥的长度(以字节为单位)。

VerifyKeyValue

验证密钥值。

要求

   
标头 sspi.h