Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the serialization of a user credential.
Syntax
typedef struct _WTS_SERIALIZED_USER_CREDENTIAL {
ULONG SerializationLength;
BYTE* Serialization;
} WTS_SERIALIZED_USER_CREDENTIAL, *PWTS_SERIALIZED_USER_CREDENTIAL;
Syntax
typedef struct _WTS_SERIALIZED_USER_CREDENTIAL {
ULONG SerializationLength;
BYTE *Serialization;
} WTS_SERIALIZED_USER_CREDENTIAL, *PWTS_SERIALIZED_USER_CREDENTIAL, WRDS_SERIALIZED_USER_CREDENTIAL, *PWRDS_SERIALIZED_USER_CREDENTIAL;
Members
SerializationLength
Serialization
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows, version 26100 |
| Header | wtsapi32.h |