SECPKG_SERIALIZED_OID struttura (ntsecpkg.h)

La struttura SECPKG_SERIALIZED_OID contiene l'identificatore dell'oggetto del pacchetto di sicurezza (OID).

Questa struttura viene usata dalle funzioni SpGetExtendedInformation e SpSetExtendedInformation .

Sintassi

typedef struct _SECPKG_SERIALIZED_OID {
  ULONG OidLength;
  ULONG OidAttributes;
  UCHAR OidValue[SECPKG_MAX_OID_LENGTH];
} SECPKG_SERIALIZED_OID, *PSECPKG_SERIALIZED_OID;

Members

OidLength

Lunghezza dell'OID.

OidAttributes

Attributi dell'OID.

OidValue[SECPKG_MAX_OID_LENGTH]

Valore dell'OID. Il valore di SECPKG_MAX_OID_LENGTH è attualmente impostato su 32.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntsecpkg.h