I'm implementing a V2 Credential Provider
which invoke Windows Biometric Framework API to verify user fingerprint.
Now V2 CP is built and could be load by LogonUI
, but i don't know how to organize the serialized data for GetSerialization
after a fingerprint verification, or maybe the biometric auth data is not submit by GetSerialization
?
Please help, thanks very much.