Compartilhar via


estrutura TRUSTED_DOMAIN_AUTH_INFORMATION (ntsecapi.h)

A estrutura TRUSTED_DOMAIN_AUTH_INFORMATION é usada para recuperar informações de autenticação para um domínio confiável. A função LsaQueryTrustedDomainInfo usa essa estrutura quando seu parâmetro InformationClass é definido como TrustedDomainAuthInformation.

Sintaxe

typedef struct _TRUSTED_DOMAIN_AUTH_INFORMATION {
  ULONG                 IncomingAuthInfos;
  PLSA_AUTH_INFORMATION IncomingAuthenticationInformation;
  PLSA_AUTH_INFORMATION IncomingPreviousAuthenticationInformation;
  ULONG                 OutgoingAuthInfos;
  PLSA_AUTH_INFORMATION OutgoingAuthenticationInformation;
  PLSA_AUTH_INFORMATION OutgoingPreviousAuthenticationInformation;
} TRUSTED_DOMAIN_AUTH_INFORMATION, *PTRUSTED_DOMAIN_AUTH_INFORMATION;

Membros

IncomingAuthInfos

Especifica o número de entradas nas matrizes IncomingAuthenticationInformation e IncomingPreviousAuthenticationInformation .

IncomingAuthenticationInformation

Ponteiro para uma matriz de estruturas LSA_AUTH_INFORMATION que contêm as informações de autenticação para o lado de entrada de uma relação de confiança.

IncomingPreviousAuthenticationInformation

Ponteiro para uma matriz de estruturas LSA_AUTH_INFORMATION que contêm as informações de autenticação anteriores (ou senha antiga) para o lado de entrada de uma relação de confiança. Deve haver uma delas para cada entrada na matriz IncomingAuthenticationInformation .

OutgoingAuthInfos

Especifica o número de entradas nas matrizes OutgoingAuthenticationInformation e OutgoingPreviousAuthenticationInformation .

OutgoingAuthenticationInformation

Ponteiro para uma matriz de estruturas de LSA_AUTH_INFORMATION que contém as informações de autenticação para o lado de saída de uma relação de confiança.

OutgoingPreviousAuthenticationInformation

Ponteiro para uma matriz de estruturas LSA_AUTH_INFORMATION que contêm as informações de autenticação anteriores (ou senha antiga) para o lado de saída de uma relação de confiança. Deve haver uma delas para cada entrada na matriz OutgoingAuthenticationInformation .

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 ntsecapi.h

Confira também

LSA_AUTH_INFORMATION

LsaCreateTrustedDomainEx

LsaQueryTrustedDomainInfo

LsaQueryTrustedDomainInfoByName

LsaSetTrustedDomainInfoByName

TRUSTED_INFORMATION_CLASS