Condividi tramite


HTTP_SERVICE_CONFIG_URLACL_PARAM struttura (http.h)

La struttura HTTP_SERVICE_CONFIG_URLACL_PARAM viene usata per specificare le autorizzazioni associate a un determinato record nell'archivio delle prenotazioni dello spazio dei nomi URL. È un membro della struttura HTTP_SERVICE_CONFIG_URLACL_SET .

Sintassi

typedef struct _HTTP_SERVICE_CONFIG_URLACL_PARAM {
  PWSTR pStringSecurityDescriptor;
} HTTP_SERVICE_CONFIG_URLACL_PARAM, *PHTTP_SERVICE_CONFIG_URLACL_PARAM;

Members

pStringSecurityDescriptor

Puntatore a una stringa SDDL (Security Descriptor Definition Language) che contiene le autorizzazioni associate a questo record di prenotazione dello spazio dei nomi URL.

Commenti

La stringa descrittore di sicurezza a cui punta il membro pStringSecurityDescriptor contiene gli elementi seguenti:

Un esempio di stringa descrittore di sicurezza è:

D:(A;;GX;;;S-1-0-0)(A;;GA;;;S-1-5-11)

Requisiti

   
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione http.h

Vedi anche

HTTP_SERVICE_CONFIG_URLACL_SET

Formato stringa descrittore di sicurezza