terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ KeyGenerated

DSAManaged KeyGeneratedEventHandler Mono.Security.Cryptography.DSAManaged.KeyGenerated
addremove

Definition at line 421 of file DSAManaged.cs.

422 {
424 add
425 {
426 if (Delegate.Combine(this.KeyGenerated, value) != null)
427 {
428 }
429 }
431 remove
432 {
433 if (Delegate.Remove(this.KeyGenerated, value) != null)
434 {
435 }
436 }
437 }
class f__AnonymousType0<< Count > j__TPar
void add(byte[] a, byte[] b, int value)
Definition DSAManaged.cs:64
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by Mono.Security.Cryptography.DSAManaged.Generate().