MonoLocalCertificateSelectionCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate System::Security::Cryptography::X509Certificates::X509Certificate ^ MonoLocalCertificateSelectionCallback(System::String ^ targetHost, X509CertificateCollection ^ localCertificates, X509Certificate ^ remoteCertificate, cli::array <System::String ^> ^ acceptableIssuers);
public delegate System.Security.Cryptography.X509Certificates.X509Certificate MonoLocalCertificateSelectionCallback(string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] acceptableIssuers);
type MonoLocalCertificateSelectionCallback = delegate of string * X509CertificateCollection * X509Certificate * string[] -> X509Certificate
Public Delegate Function MonoLocalCertificateSelectionCallback(targetHost As String, localCertificates As X509CertificateCollection, remoteCertificate As X509Certificate, acceptableIssuers As String()) As X509Certificate
Parameters
- targetHost
- String
- localCertificates
- X509CertificateCollection
- remoteCertificate
- X509Certificate
- acceptableIssuers
- String[]
Return Value
Extension Methods
| GetMethodInfo(Delegate) |
Gets an object that represents the method represented by the specified delegate. |