Windows error 0x8010000C, -2146435060

Detailed Error Information

SCARD_E_NO_SMARTCARD[1]

MessageThe operation requires a smart card, but no smart card is currently in the device.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode16 (0x010)
NameFACILITY_SCARD[2][1]
DescriptionThe source of the error code is the Smart-card subsystem.[2][1]
Error Code12 (0x000c)

Questions

2votes
2answers

ACS - bypassing user redirection to IdP?

I have only recently been looking into ACS, AAL, WAAD and I would like to avoid redirecting users to the login page of their IDP. I want to keep my users within my site and present them with a dropdown to choose who they wish to authenticate with and an [...] read more
acs
1vote
1answer

Trouble Converting Smart Card Program to UWP

I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey 5427 CK in keyboard wedge mode and has no problems. For [...] read more
uwp
raspberry-pi
smartcard
windows-10-iot-core
smartcard-reader
0votes
1answer

Is there a way to activate windows remotely via powershell with smart card?

For some reason our domain doesn't have a KMS server setup. So we are forced to activate windows manually. This only works for 180 days however users start seeing the popups regarding windows is going to expire a couple weeks before that. ICM -CN $CN {slmgr /fta <thumbprint> <pin>} I'm [...] read more
powershell
activation

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