On .NET in a Windows Environment, if a .pfx/.p12 contains a Private Key, it could be programmatically installed into the Certificate Store in the following way (where rawData is a byte array containing the full .pfx/.p12, both public and private key, and password is the password to the .pfx/.p12):On .NET in a Windows Environment, if a .pfx/.p1