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