3 overrides of RemoveCertificateFromTrustedRoots
Templates.Blazor.WebAssembly.Auth.Tests (3)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (1)
177
protected override void
RemoveCertificateFromTrustedRoots
(X509Certificate2 certificate)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
359
protected override void
RemoveCertificateFromTrustedRoots
(X509Certificate2 certificate)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
101
protected override void
RemoveCertificateFromTrustedRoots
(X509Certificate2 certificate)
2 references to RemoveCertificateFromTrustedRoots
Templates.Blazor.WebAssembly.Auth.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
757
RemoveCertificateFromTrustedRoots
(certificate);
760
RemoveCertificateFromTrustedRoots
(certificate);