Package system.net.security
Interface ILocalCertificateSelectionCallback
-
public interface ILocalCertificateSelectionCallback
The Java interface to be implemented to receive events from the CLR usingLocalCertificateSelectionCallback
.See: https://docs.microsoft.com/en-us/dotnet/api/System.Net.Security.LocalCertificateSelectionCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X509Certificate
Invoke(NetObject sender, String targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, String[] acceptableIssuers)
-
-
-
Method Detail
-
Invoke
X509Certificate Invoke(NetObject sender, String targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, String[] acceptableIssuers)
-
-