Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LocalCertSelectionCallback.cs
Go to the documentation of this file.
1
using
System.Security.Cryptography.X509Certificates
;
2
3
namespace
System.Net.Security
;
4
5
internal
delegate
X509Certificate
LocalCertSelectionCallback
(
string
targetHost,
X509CertificateCollection
localCertificates,
X509Certificate2
remoteCertificate,
string
[] acceptableIssuers);
System.Security.Cryptography.X509Certificates.X509Certificate2
Definition
X509Certificate2.cs:13
System.Security.Cryptography.X509Certificates.X509CertificateCollection
Definition
X509CertificateCollection.cs:6
System.Security.Cryptography.X509Certificates.X509Certificate
Definition
X509Certificate.cs:12
System.Net.Security.LocalCertSelectionCallback
delegate X509Certificate LocalCertSelectionCallback(string targetHost, X509CertificateCollection localCertificates, X509Certificate2 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
LocalCertSelectionCallback.cs
Generated by
1.10.0