I'm unable to get the schema properties or event_name from the Schannel (1f678132-5938-4686-9fdc-c8ff68f15c85) provider. I note that the same event is processed correctly in Microsoft Message Analyzer when I capture live events simultaneously on the same Windows 10 machine.
The provider_name and event_id values appear to be valid, however, I only get gibberish from the event_name method, and an exception is thrown when I try to enumerate the properties via parser.
The same code works well for the Microsoft-Windows-SChannel-Events provider. Is there something that I should be doing differently for the Schannel provider?
I'm unable to get the schema properties or
event_name
from theSchannel
(1f678132-5938-4686-9fdc-c8ff68f15c85) provider. I note that the same event is processed correctly in Microsoft Message Analyzer when I capture live events simultaneously on the same Windows 10 machine.The
provider_name
andevent_id
values appear to be valid, however, I only get gibberish from theevent_name
method, and an exception is thrown when I try to enumerate theproperties
viaparser
.The same code works well for the
Microsoft-Windows-SChannel-Events
provider. Is there something that I should be doing differently for theSchannel
provider?