SEC_WINNT_AUTH_DATA_PASSWORD structure (sspi.h)
Specifies a serialized password.
Syntax
typedef struct _SEC_WINNT_AUTH_DATA_PASSWORD {
SEC_WINNT_AUTH_BYTE_VECTOR UnicodePassword;
} SEC_WINNT_AUTH_DATA_PASSWORD, PSEC_WINNT_AUTH_DATA_PASSWORD;
Members
UnicodePassword
A structure that specifies the offset from the beginning of this structure and size, in bytes, of the serialized byte array that represents the password.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | sspi.h |