I'm looking for the proper API functions to change the OID list on the root certificates in the Trusted Root Certificate store on Windows.
To illustrate:

I think it has to do with the API "CertGetCertificateContextProperty", "CertCreateCertificateContext", etc. but I haven't seen any C# implementations.
Any suggestions?