SECPKG_SERIALIZED_OID structure (ntsecpkg.h)
The SECPKG_SERIALIZED_OID structure contains the security package's object identifier (OID).
This structure is used by the SpGetExtendedInformation and SpSetExtendedInformation functions.
Syntax
typedef struct _SECPKG_SERIALIZED_OID {
ULONG OidLength;
ULONG OidAttributes;
UCHAR OidValue[SECPKG_MAX_OID_LENGTH];
} SECPKG_SERIALIZED_OID, *PSECPKG_SERIALIZED_OID;
Members
OidLength
The length of the OID.
OidAttributes
The attributes of the OID.
OidValue[SECPKG_MAX_OID_LENGTH]
The value of the OID. The value of SECPKG_MAX_OID_LENGTH is currently set to 32.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecpkg.h |