estrutura SecPkgContext_TargetInformation (sspi.h)
A estrutura SecPkgContext_TargetInformation retorna informações sobre a credencial usada para o contexto de segurança. Essa estrutura é retornada pela função QueryContextAttributes (Geral ).
Sintaxe
typedef struct _SecPkgContext_TargetInformation {
unsigned long MarshalledTargetInfoLength;
unsigned char *MarshalledTargetInfo;
} SecPkgContext_TargetInformation, *PSecPkgContext_TargetInformation;
Membros
MarshalledTargetInfoLength
Tamanho, em bytes, de MarshalledTargetInfo.
MarshalledTargetInfo
Matriz de bytes que representam a credencial, se uma credencial for fornecida por um gerenciador de credenciais.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows XP [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Windows Server 2003 [somente aplicativos da área de trabalho] |
Cabeçalho | sspi.h (inclua Security.h) |