Custom credential provider: pass data to logon session

189 Views Asked by At

I am in process of building a custom credential provider (ICredentialProvider) to allow hardware based Windows login.

I wonder if there is a way for passing additional data (e.g. serial number of token or similar) from the credential provider (especially ICredentialProviderCredential::GetSerialization) to logon session created later?

0

There are 0 best solutions below