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

◆ RemoteCertificate

X509Certificate System.Net.Security.SecureChannel.RemoteCertificate
getpackage

Definition at line 50 of file SecureChannel.cs.

51 {
52 get
53 {
55 return _remoteCertificate;
56 }
57 }