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