Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LocalCertificateSelectionCallback.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
LocalCertificateSelectionCallback
(
object
sender,
string
targetHost,
X509CertificateCollection
localCertificates,
X509Certificate
? remoteCertificate,
string
[] acceptableIssuers);
System.Security.Cryptography.X509Certificates.X509CertificateCollection
Definition
X509CertificateCollection.cs:6
System.Security.Cryptography.X509Certificates.X509Certificate
Definition
X509Certificate.cs:12
System.Net.Security.LocalCertificateSelectionCallback
delegate X509Certificate LocalCertificateSelectionCallback(object sender, string targetHost, X509CertificateCollection localCertificates, X509Certificate? remoteCertificate, string[] acceptableIssuers)
System.Net.Security
Definition
CertificateHelper.cs:4
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
source
System.Net.Security
System.Net.Security
LocalCertificateSelectionCallback.cs
Generated by
1.10.0