Condividi tramite


struttura HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS (http.h)

La struttura HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS contiene le informazioni per l'autenticazione digest in un gruppo di URL.

Questa struttura è contenuta nella struttura HTTP_SERVER_AUTHENTICATION_INFO .

Sintassi

typedef struct _HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS {
  USHORT DomainNameLength;
  PWSTR  DomainName;
  USHORT RealmLength;
  PWSTR  Realm;
} HTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS, *PHTTP_SERVER_AUTHENTICATION_DIGEST_PARAMS;

Members

DomainNameLength

Lunghezza, in byte, del membro DomainName .

DomainName

Nome di dominio utilizzato per l'autenticazione digest.

Se NULL, il client presuppone che lo spazio di protezione sia costituito da tutti gli URI nel server che risponde.

RealmLength

Lunghezza, in byte, del membro Realm .

Realm

Area di autenticazione utilizzata per l'autenticazione digest.

L'area di autenticazione consente al server di essere partizionato in un set di spazi di protezione, ognuno con un proprio set di schemi di autenticazione dal database di autenticazione.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione http.h

Vedi anche

Strutture dell'API server HTTP versione 2.0

HTTP_SERVER_AUTHENTICATION_INFO