Implemented interface member:
16 references to Dispose
NuGet.Packaging (1)
Signing\Authoring\SignPackageRequest.cs (1)
104PrivateKey?.Dispose();
System.Security.Cryptography (15)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
451_key.Dispose();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
224_key?.Dispose();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
95cngKey.Dispose();
System\Security\Cryptography\AesCng.Windows.cs (1)
251_key.Dispose();
System\Security\Cryptography\BasicSymmetricCipherLiteNCrypt.cs (1)
159_key?.Dispose();
System\Security\Cryptography\CngAlgorithmCore.cs (1)
42_lazyKey.Dispose();
System\Security\Cryptography\CngKey.Delete.cs (1)
26Dispose();
System\Security\Cryptography\CngPkcs8.cs (1)
19Key.Dispose();
System\Security\Cryptography\DSACng.ImportExport.cs (1)
33newKey.Dispose();
System\Security\Cryptography\ECDiffieHellmanCng.cs (2)
165newKey.Dispose(); 179newKey.Dispose();
System\Security\Cryptography\ECDsaCng.cs (2)
110key.Dispose(); 124key.Dispose();
System\Security\Cryptography\RSACng.ImportExport.cs (1)
30newKey.Dispose();
System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
152_key?.Dispose();