Windows error 0x8009002A, -2146893782

Detailed Error Information

NTE_NO_MORE_ITEMS[1]

MessageNo more data is available.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code42 (0x002a)

Questions

1vote
1answer

Hololens - UserConsentVerifier not working on Hololens 1st Generation

I'm currently working on an Hololens app that should work on both Hololens 1st gen and 2. One of the security requirements we have is to request user consent (using windows hello) before the app loads. I've implemented a very similar approach to the following described on the link here. [...] read more
c#
windows
unity3d
authentication
hololens

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0