Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
RemoteCertificate
X509Certificate
System.Net.Security.SecureChannel.RemoteCertificate
get
package
Definition at line
50
of file
SecureChannel.cs
.
51
{
52
get
53
{
54
_remoteCertificateExposed
=
true
;
55
return
_remoteCertificate
;
56
}
57
}
System.Net.Security.SecureChannel._remoteCertificateExposed
bool _remoteCertificateExposed
Definition
SecureChannel.cs:24
System.Net.Security.SecureChannel._remoteCertificate
X509Certificate2 _remoteCertificate
Definition
SecureChannel.cs:22
System
Net
Security
SecureChannel
Generated by
1.10.0