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

◆ KeyPair

StrongNameKeyPair? System.Reflection.AssemblyName.KeyPair
getset

Definition at line 201 of file AssemblyName.cs.

202 {
203 get
204 {
205 throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning);
206 }
207 set
208 {
209 throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning);
210 }
211 }