Condividi tramite


KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST struttura (ntsecapi.h)

Contiene informazioni usate per eseguire query sul dominio per i criteri estesi. È necessario disporre del set di privilegi SeTcbPrivilege .

Sintassi

typedef struct _KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST {
  KERB_PROTOCOL_MESSAGE_TYPE MessageType;
  ULONG                      Flags;
  UNICODE_STRING             DomainName;
} KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST, *PKERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST;

Members

MessageType

Valore dell'enumerazione KERB_PROTOCOL_MESSAGE_TYPE che elenca i tipi di messaggi che possono essere inviati al pacchetto di autenticazione Kerberos chiamando la funzione LsaCallAuthenticationPackage . Questo membro deve essere impostato su KerbQueryDomainExtendedPoliciesMessage.

Flags

Riservato.

DomainName

Nome del dominio che si sta eseguendo una query per i criteri estesi.

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Intestazione ntsecapi.h