SEC_WINNT_AUTH_BYTE_VECTOR structure
Specifies the byte offset and array length of the data in an authentication structure.
Syntax
typedef struct _SEC_WINNT_AUTH_BYTE_VECTOR { unsigned long ByteArrayOffset; unsigned short ByteArrayLength; } SEC_WINNT_AUTH_BYTE_VECTOR, *PSEC_WINNT_AUTH_BYTE_VECTOR;
Members
- ByteArrayOffset
-
The number of bytes from the beginning of a structure in memory to the beginning of the data.
- ByteArrayLength
-
The number of bytes in the data array of a structure.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
---|---|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
See also
- SEC_WINNT_AUTH_CERTIFICATE_DATA
- SEC_WINNT_AUTH_DATA
- SEC_WINNT_AUTH_DATA_PASSWORD
- SEC_WINNT_AUTH_PACKED_CREDENTIALS_EX
Show: