1 write to PfxBytes
Microsoft.AspNetCore.Shared.Tests (1)
TestCertificateManager.cs (1)
411PfxBytes = certificate.Export(X509ContentType.Pkcs12);
3 references to PfxBytes
Microsoft.AspNetCore.Shared.Tests (3)
TestCertificateManager.cs (3)
427if (PfxBytes != null) 431return new X509Certificate2(PfxBytes, (string?)null, X509KeyStorageFlags.Exportable | X509KeyStorageFlags.EphemeralKeySet); 435return new X509Certificate2(PfxBytes, (string?)null, X509KeyStorageFlags.Exportable);