Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose() [2/2]

override void System.Security.Cryptography.AesCng.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.Security.Cryptography.SymmetricAlgorithm.

Definition at line 162 of file AesCng.cs.

163 {
164 base.Dispose(disposing);
165 }