Windows error 0x8009030F, -2146893041

Detailed Error Information

SEC_E_MESSAGE_ALTERED[1]

MessageThe message or signature supplied for verification has been altered
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 Code783 (0x030f)

Questions

0votes
0answers

SSL C# .NET Core 3.1

I developed an application in C # (.NET Core version 3.1). In this application I use MySql via the MySql.Data library (Version 8.0.21) The application is working fine however sometimes I get this error: System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> System.ComponentModel.Win32Exception (0x8009030F): The message or signature supplied for verification [...] read more
c#
.net
ssl

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