3 overrides of Dispose
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs (1)
69protected override void Dispose(bool disposing)
System\Security\Cryptography\Cng.NotSupported.cs (1)
271protected override void Dispose(bool disposing) { }
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
193protected override void Dispose(bool disposing)
2 references to Dispose
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs (1)
77base.Dispose(disposing);
System\Security\Cryptography\ECDiffieHellmanPublicKey.cs (1)
28Dispose(true);