BaseInMemoryCertificateStore::WriteCertificateToFile(...) doesn't write to file and it really should have an absolute path anyway. Instead, we're going to remove this method and simply add methods from the top down that will allow the user to fetch the bytes for the root CA. In fact, maybe we'll simply make this method generic and allow any certificate in the store to be fetched.
BaseInMemoryCertificateStore::WriteCertificateToFile(...)
doesn't write to file and it really should have an absolute path anyway. Instead, we're going to remove this method and simply add methods from the top down that will allow the user to fetch the bytes for the root CA. In fact, maybe we'll simply make this method generic and allow any certificate in the store to be fetched.