2 overrides of Dispose
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
29protected override void Dispose(bool disposing)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
189protected override void Dispose(bool disposing)
2 references to Dispose
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
36base.Dispose(disposing);
System\Security\Cryptography\ECDiffieHellmanPublicKey.cs (1)
28Dispose(true);