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

◆ Dispose() [3/3]

override void Internal.Cryptography.HashProviderCng.Dispose ( bool disposing)
inlinesealed

Definition at line 76 of file HashProviderCng.cs.

77 {
78 if (disposing)
79 {
81 if (_key != null)
82 {
83 byte[] key = _key;
84 _key = null;
86 }
87 }
88 }
static unsafe void Clear(Array array)
Definition Array.cs:755

References Internal.Cryptography.HashProviderCng._key, System.Array.Clear(), Internal.Cryptography.HashProviderCng.DestroyHash(), and System.key.