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

◆ PublicOnly

bool System.Security.Cryptography.SafeKeyHandle.PublicOnly
getsetpackage

Definition at line 21 of file SafeKeyHandle.cs.

22 {
23 get
24 {
25 return _fPublicOnly;
26 }
27 set
28 {
30 }
31 }