estructura SecPkgContext_NegoKeys (sspi.h)
Contiene las claves de paquete de seguridad negociadas.
Sintaxis
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;
Miembros
KeyType
El tipo de clave.
KeyLength
Longitud de la clave, en bytes.
KeyValue
El valor de la clave.
VerifyKeyType
Tipo de clave para la clave de verificación.
VerifyKeyLength
Longitud de la clave de verificación, en bytes.
VerifyKeyValue
Valor de la clave de verificación.
Requisitos
Encabezado | sspi.h |