Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Called in response to an attempt to submit this credential to the underlying authentication engine.
HRESULT GetSerialization(
[out] CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE *pcpgsr,
[out] CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION *pcpcs,
[out] LPWSTR *ppszOptionalStatusText,
[out] CREDENTIAL_PROVIDER_STATUS_ICON *pcpsiOptionalStatusIcon
);
[out] pcpgsr
Type: CREDENTIAL_PROVIDER_GET_SERIALIZATION_RESPONSE*
Indicates the success or failure of the attempt to serialize credentials.
[out] pcpcs
Type: CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION*
A pointer to the credential. Depending on the result, there may be no valid credential.
[out] ppszOptionalStatusText
Type: LPWSTR*
A pointer to a Unicode string value that will be displayed by the Logon UI after serialization. May be NULL.
[out] pcpsiOptionalStatusIcon
Type: CREDENTIAL_PROVIDER_STATUS_ICON*
A pointer to an icon that will be displayed by the credential after the call to GetSerialization returns. This value can be NULL.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
This method is required.
The CREDENTIAL_PROVIDER_USAGE_SCENARIO indicates what the appropriate response would be when the user attempts to submit credentials. The following table indicates how to respond based on the usage scenario.
CPUS_CHANGE_PASSWORD | No credential serialization occurs in this scenario. In this scenario the credential provider should update the user's private information and return CPGSR_NO_CREDENTIAL_FINISHED as pcpgsr. |
CPUS_CREDUI | The credential information should be serialized and delivered to the calling application. |
CPUS_LOGON, CPUS_UNLOCK_WORKSTATION | The credential information should be packed into a binary stream and transmitted to Winlogon and eventually LSA. |
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | credentialprovider.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today