Cannot create Microsoft Graph API subscription using self signed C# X509Certificate2
I am trying to create subscriptions in the Graph API, and I’m looking at trying to include the resource data. I’ve been reading through this Microsoft documentation to try and create the keys in code, and have come up with the following code, which was created with the help from this stack overflow answer: