-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for CryptoTokenKit #7876
Comments
The fact that we are missing this binding shows up in our binding todos: https://gist.github.com/chamons/b74a1133a44143c13ea438febbb9e2da I don't have a timetable right now to give you, but this is on our radar. |
I'm not sure if you were using my "instructions" in https://github.com/chamons/mac-samples/tree/master/SystemFrameworkBinding Part of what makes this framework non-trivial is that you need specific hardware to test. |
Yeap, that the is the one I'm using. What you mean with special hardware? We have lot of different PIV tokens from Feitian, Yubico or Gemalto we could test with. Is this what you mean with hardware? |
I'm trying to get a Dev cert from Apple to add in VS to enable the |
You will likely need to add |
That’s what I meant with add it to VS :o) |
I'm currently have a problem using the API. I'm trying to send some simple verify pin commands to a YubiKey. Here is my sample code
The native functions |
Where is that code being run from? Do you have something running a message pump (such as a NSApplication/UIApplication)? |
It's running in normal NSViewController (simple UI/Window project) |
I tried with semaphore like in this example. But that didn't helper either. |
i think the signature
needs to be something like
|
I just hit this missing binding hard today too. This prevents us from doing any CAC card support on iOS/Catalyst. |
In order to test this:
|
Are there any plans when Xamarin.Mac supports the new CryptoTokenKit API. Currently we have to build with Sharpie.
The text was updated successfully, but these errors were encountered: