Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
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 |