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

◆ PublicKey

byte [] System.Reflection.StrongNameKeyPair.PublicKey
get

Definition at line 9 of file StrongNameKeyPair.cs.

10 {
11 get
12 {
13 throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning);
14 }
15 }