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

◆ MutuallyAuthenticated

bool System.Net.Authorization.MutuallyAuthenticated
getset

Definition at line 27 of file Authorization.cs.

28 {
29 get
30 {
31 if (Complete)
32 {
33 return _mutualAuth;
34 }
35 return false;
36 }
37 set
38 {
40 }
41 }