3 overrides of Dispose
System.Security.Cryptography (3)
System\Security\Cryptography\X25519DiffieHellmanCng.cs (1)
71protected override partial void Dispose(bool disposing);
System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
148protected override partial void Dispose(bool disposing)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
131protected override void Dispose(bool disposing)
3 references to Dispose
System.Security.Cryptography (3)
System\Security\Cryptography\X25519DiffieHellman.cs (1)
1413Dispose(true);
System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
156base.Dispose(disposing);
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
138base.Dispose(disposing);