struttura SecPkgContext_TargetInformation (sspi.h)
La struttura SecPkgContext_TargetInformation restituisce informazioni sulle credenziali usate per il contesto di sicurezza. Questa struttura viene restituita dalla funzione QueryContextAttributes (General).
Sintassi
typedef struct _SecPkgContext_TargetInformation {
unsigned long MarshalledTargetInfoLength;
unsigned char *MarshalledTargetInfo;
} SecPkgContext_TargetInformation, *PSecPkgContext_TargetInformation;
Members
MarshalledTargetInfoLength
Dimensioni, in byte, di MarshalledTargetInfo.
MarshalledTargetInfo
Matrice di byte che rappresentano le credenziali, se una credenziale viene fornita da un gestore credenziali.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | sspi.h (include Security.h) |