Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ServerCertificateSelectionCallback.cs
Go to the documentation of this file.
1
using
System.Security.Cryptography.X509Certificates
;
2
3
namespace
System.Net.Security
;
4
5
public
delegate
X509Certificate
ServerCertificateSelectionCallback
(
object
sender,
string
? hostName);
System.Security.Cryptography.X509Certificates.X509Certificate
Definition
X509Certificate.cs:12
System.Net.Security.ServerCertificateSelectionCallback
delegate X509Certificate ServerCertificateSelectionCallback(object sender, string? hostName)
System.Net.Security
Definition
CertificateHelper.cs:4
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
source
System.Net.Security
System.Net.Security
ServerCertificateSelectionCallback.cs
Generated by
1.10.0