Implemented interface member:
33 references to Dispose
aspire (2)
Certificates\CertificateGeneration\CertificateManager.cs (2)
696key.Dispose(); 734key?.Dispose();
dotnet-dev-certs (2)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (2)
699key.Dispose(); 737key?.Dispose();
Microsoft.AspNetCore.DeveloperCertificates.XPlat (2)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (2)
699key.Dispose(); 737key?.Dispose();
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (2)
699key.Dispose(); 737key?.Dispose();
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\HotReloadClient\Web\SharedSecretProvider.cs (1)
17=> _rsa.Dispose();
RepoTasks (2)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (2)
699key.Dispose(); 737key?.Dispose();
System.Security.Cryptography (22)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
402_ecdsa?.Dispose();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (4)
118rsa?.Dispose(); 171rsa?.Dispose(); 226rsa?.Dispose(); 277_rsa?.Dispose();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
30Dispose();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.cs (1)
26Dispose();
System\Security\Cryptography\DSA.cs (2)
59dsa.Dispose(); 78dsa.Dispose();
System\Security\Cryptography\DSAWrapper.cs (1)
135_wrapped.Dispose();
System\Security\Cryptography\ECDiffieHellman.Create.Cng.cs (1)
29ecdh.Dispose();
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
134_wrapped.Dispose();
System\Security\Cryptography\ECDsaWrapper.cs (1)
65_wrapped.Dispose();
System\Security\Cryptography\RSA.cs (2)
40rsa.Dispose(); 57rsa.Dispose();
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
924key?.Dispose();
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
430rsa?.Dispose(); 431ecdsa?.Dispose();
System\Security\Cryptography\X509Certificates\PublicKey.cs (4)
251rsa.Dispose(); 282dsa.Dispose(); 311ecdsa.Dispose(); 341ecdh.Dispose();