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