Share via


estrutura SecPkgContext_NegoKeys (sspi.h)

Contém as chaves do pacote de segurança negociadas.

Sintaxe

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;

Membros

KeyType

O tipo principal.

KeyLength

O comprimento da chave, em bytes.

KeyValue

O valor da chave.

VerifyKeyType

O tipo de chave para a chave de verificação.

VerifyKeyLength

O comprimento da chave de verificação, em bytes.

VerifyKeyValue

O valor da chave de verificação.

Requisitos

   
Cabeçalho sspi.h