ClientCertificateSelectionCallback
delegate
Namespace: Orleans.Connections.Security
Represents a multicast delegate; that is, a delegate that can have more than one element in its invocation list.
public delegate X509Certificate ClientCertificateSelectionCallback(object sender, string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] acceptableIssuers);