共用方式為


TRUSTED_DOMAIN_AUTH_INFORMATION 結構 (ntsecapi.h)

TRUSTED_DOMAIN_AUTH_INFORMATION 結構可用來擷取受信任網域的驗證資訊。 當其 InformationClass 參數設定為 TrustedDomainAuthInformation 時,LsaQueryTrustedDomainInfo 函式會使用此結構。

語法

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;

成員

IncomingAuthInfos

指定 IncomingAuthenticationInformationIncomingPreviousAuthenticationInformationInformation 陣列中的項目數目。

IncomingAuthenticationInformation

包含信任關係內送端驗證資訊的 LSA_AUTH_INFORMATION 結構的陣列指標。

IncomingPreviousAuthenticationInformation

LSA_AUTH_INFORMATION 結構的陣列 指標,其中包含信任關係傳入端的先前驗證資訊 (或舊密碼) 。 IncomingAuthenticationInformation 陣列中的每個項目都必須有其中一個專案。

OutgoingAuthInfos

指定 OutgoingAuthenticationInformationOutgoingPreviousAuthenticationInformationInformation 陣列中的項目數目。

OutgoingAuthenticationInformation

包含信任關係傳出端驗證資訊的 LSA_AUTH_INFORMATION 結構的陣列指標。

OutgoingPreviousAuthenticationInformation

LSA_AUTH_INFORMATION 結構的陣列 指標,其中包含信任關係傳出端的先前驗證資訊 (或舊密碼) 。 OutgoingAuthenticationInformation 陣列中的每個專案都必須有其中一個專案。

規格需求

需求
最低支援的用戶端 Windows XP [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限傳統型應用程式]
標頭 ntsecapi.h

另請參閱

LSA_AUTH_INFORMATION

LsaCreateTrustedDomainEx

LsaQueryTrustedDomainInfo

LsaQueryTrustedDomainInfoByName

LsaSetTrustedDomainInfoByName

TRUSTED_INFORMATION_CLASS