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, WRDS_SERIALIZED_USER_CREDENTIAL, *PWRDS_SERIALIZED_USER_CREDENTIAL;
Members
SerializationLength
The size of the array pointed to by Serialization in bytes.
Serialization
A pointer to an array of bytes containing serialized credential information. The format of this data is compatible with the Microsoft Negotiate authentication package. See CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION for more information.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows, version 26100 |
| Header | wtsapi32.h |