-
Thanks allot for this awesome package. Soo the main question is that if exist an way to get those identifiers. If so, could you please provide some usefull links or web articles or other kind of stuff that will help me to implement this logic based of project configuration, .Net MAUI + Blazor. Thanks in advance for your time and help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
AFAIK you can't get identifiers. Instead you can directly perform CRUD operations on keystores using the local auth (fingerprint/face id/...). And if for example the fingerprint is deleted, the entries get invalid/unusable automatically. But this is knowledge from a few years ago. I would have to read more about it and enhance the API to support this. |
Beta Was this translation helpful? Give feedback.
AFAIK you can't get identifiers. Instead you can directly perform CRUD operations on keystores using the local auth (fingerprint/face id/...). And if for example the fingerprint is deleted, the entries get invalid/unusable automatically. But this is knowledge from a few years ago. I would have to read more about it and enhance the API to support this.