Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsMutuallyAuthenticated
override
bool
System.Net.Security.SslStream.IsMutuallyAuthenticated
get
Definition at line
106
of file
SslStream.cs
.
107
{
108
get
109
{
110
if
(
IsAuthenticated
&& (
_context
.
IsServer
?
_context
.
LocalServerCertificate
:
_context
.LocalClientCertificate) != null)
111
{
112
return
_context
.
IsRemoteCertificateAvailable
;
113
}
114
return
false
;
115
}
116
}
System.Net.Security.SecureChannel.IsServer
bool IsServer
Definition
SecureChannel.cs:78
System.Net.Security.SecureChannel.IsRemoteCertificateAvailable
bool IsRemoteCertificateAvailable
Definition
SecureChannel.cs:48
System.Net.Security.SecureChannel.LocalServerCertificate
X509Certificate LocalServerCertificate
Definition
SecureChannel.cs:44
System.Net.Security.SslStream._context
SecureChannel _context
Definition
SslStream.cs:40
System.Net.Security.SslStream.IsAuthenticated
override bool IsAuthenticated
Definition
SslStream.cs:95
System
Net
Security
SslStream
Generated by
1.10.0