Windows error 0x8009000A, -2146893814

Detailed Error Information

NTE_BAD_TYPE[1]

MessageInvalid type specified.
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 Code10 (0x000a)

Questions

2votes
1answer

How can I always enable raising a dialog asking for a smart card pin?

Scenario I'm trying to use certificates to sign documents. The first time that I sign, the OS prompts a dialog for user to set the PIN, but the next times it doesn’t. For security reasons, I need that every time that I sign, the OS asks the PIN to the [...] read more
.net
vb.net
certificate
1vote
0answers

Troubles using -Pin parameter in New-SelfSignedCertificate

My goal is to create a self-signed certificate to use later. I tried using the parameter -PIN like this: $password = ConvertTo-SecureString "123456" -AsPlainText -Force $certif = New-SelfSignedCertificate ` -Type Custom ` -KeySpec Signature ` -KeyUsageProperty Sign ` -KeyUsage DigitalSignature ` -KeyExportPolicy Exportable ` -KeyLength 2048 ` -HashAlgorithm sha256 ` [...] read more
powershell
self-signed-certificate

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