Custom Credential Provider: logon users who are not displayed on logon screen
问题 We're implementing a HW token-based custom credential provider for Windows 10, based on ICredentialProvider , ICredentialProviderCredential and alike. This works fine for users that are displayed as tiles on the logon screen: when the token gets plugged in, we ask for reenumeration of the credentials by calling ICredentialProviderEvents::CredentialsChanged , and then specify in ICredentialProvider::GetCredentialCount that we've got a credential to be set as default and be performed auto logon