struttura SECPKG_TARGETINFO (ntsecpkg.h)
Specifica la destinazione di una richiesta di autenticazione.
Sintassi
typedef struct _SECPKG_TARGETINFO {
PSID DomainSid;
PCWSTR ComputerName;
} SECPKG_TARGETINFO, *PSECPKG_TARGETINFO;
Members
DomainSid
Puntatore a una struttura SID che specifica il dominio del computer di destinazione.
ComputerName
Il nome del computer di destinazione.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecpkg.h |