Implemented interface member:
43 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 (27)
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)
729key?.Dispose();
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
390rsa?.Dispose(); 391ecdsa?.Dispose();
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
229key?.Dispose();
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (2)
164rsa.Dispose(); 192dsa.Dispose();
System\Security\Cryptography\X509Certificates\PublicKey.cs (4)
180rsa.Dispose(); 211dsa.Dispose(); 240ecdsa.Dispose(); 270ecdh.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(); 548_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();