0

Does Windows IOT supports CNG/BCrypt APIs?

If possible, I'd like to have some references in case it does support.

jww
  • 97,681
  • 90
  • 411
  • 885
rbw
  • 187
  • 5
  • 1
    [Here](https://learn.microsoft.com/en-us/windows/desktop/api/Bcrypt/nf-bcrypt-bcryptencrypt#requirements) is the [reference](https://learn.microsoft.com/en-us/windows/iot-core/develop-your-app/buildingappsforiotcore#traditional-uwp-apps). – Axalo Mar 04 '19 at 16:36

1 Answers1

1

It is supported. You can see that API support desktop apps and UWP apps.

enter image description here

Rita Han
  • 9,574
  • 1
  • 11
  • 24