Greg Domzalski

Results 43 comments of Greg Domzalski

Thanks for the report! Not sure how this one snuck past our CI. We will address this soon.

Thanks @DSBloom 😄 Yes - the documentation you're looking for is here: - Object for representing / creating a CHUID: https://docs.yubico.com/yesdk/yubikey-api/Yubico.YubiKey.Piv.Objects.CardholderUniqueId.html - Method for writing the CHUID: https://docs.yubico.com/yesdk/yubikey-api/Yubico.YubiKey.Piv.PivSession.WriteObject.html

Thanks for sharing your code for others! Well, that's a great question. The short answer is: it looks like the original developer simply mimicked what our [ykpiv C library](https://github.com/Yubico/yubico-piv-tool/blob/a3f649a06701e000df5e52960d757e107d391b18/lib/util.c#L149) does....

Hi - so I was able to follow up with the developer of the C ypkiv library where this behavior came from. The answer was essentially that, at the time,...

And you say this _only_ happens if you provision with the COM code first? As in: If you did not use COM, but configured the slot using the .NET SDK...

Huh, OK - thanks for the additional information. It may be a few days for me to get a repro environment properly set up. Most of my Windows development happens...

Yes, any kind of logger will do. You say you're still not getting any output from the SDK? I assume based on your code snippet above that this is run...

Thanks @balazserdeszlogmein for the report. The "why is there a difference" is pretty easy to answer: The project is maintained by two different teams. 😄 We do our best to...

Phew - clearly there has been a lot of advancements on the NativeAOT front that I need to catch up on! We have some of our own internal motivations to...

Hey @igalfsg . That's strange... So based on the exception you listed in the other thread, it looks like `RuntimeInformation.IsOSPlatform(OSPlatform.OSX)` returns false on Mac Catalyst systems. I don't see any...