Such code

var certificate = new X509Certificate2(rawData, "12345", X509KeyStorageFlags.Exportable | X509KeyStorageFlags.PersistKeySet | X509KeyStorageFlags.UserKeySet); 

The problem is that he is trying to install it

enter image description here

how to avoid it and just get a certificate without saving to the store

    0