Implemented interface member:
42 references to Dispose
dotnet-dev-certs (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
552key.Dispose(); 590key?.Dispose();
Microsoft.AspNetCore.DeveloperCertificates.XPlat (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
552key.Dispose(); 590key?.Dispose();
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
552key.Dispose(); 590key?.Dispose();
System.Security.Cryptography (26)
System\Security\Cryptography\DSA.cs (2)
59dsa.Dispose(); 78dsa.Dispose();
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
85_impl.Dispose();
System\Security\Cryptography\DSAWrapper.cs (1)
135_wrapped.Dispose();
System\Security\Cryptography\ECDiffieHellman.Create.OpenSsl.cs (1)
29ecdh.Dispose();
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
134_wrapped.Dispose();
System\Security\Cryptography\ECDsa.Create.OpenSsl.cs (1)
44ec.Dispose();
System\Security\Cryptography\ECDsaWrapper.cs (1)
65_wrapped.Dispose();
System\Security\Cryptography\RSA.cs (2)
40rsa.Dispose(); 57rsa.Dispose();
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (1)
80_impl.Dispose();
System\Security\Cryptography\RSAWrapper.cs (1)
212_wrapped.Dispose();
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
829key?.Dispose();
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
409rsa?.Dispose(); 410ecdsa?.Dispose();
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (2)
165rsa.Dispose(); 197dsa.Dispose();
System\Security\Cryptography\X509Certificates\PublicKey.cs (4)
202rsa.Dispose(); 233dsa.Dispose(); 262ecdsa.Dispose(); 292ecdh.Dispose();
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
56certAndKey.Key.Dispose();
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (4)
204Key?.Dispose(); 292key?.Dispose(); 297key?.Dispose(); 550_keys[i]?.Dispose();
Templates.Blazor.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
552key.Dispose(); 590key?.Dispose();
Templates.Blazor.WebAssembly.Auth.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
552key.Dispose(); 590key?.Dispose();
Templates.Blazor.WebAssembly.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
552key.Dispose(); 590key?.Dispose();
Templates.Mvc.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
552key.Dispose(); 590key?.Dispose();
Templates.Tests (2)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
552key.Dispose(); 590key?.Dispose();