ServerCertificateSelectionCallback
delegate
Namespace: Orleans.Connections.Security
Selects a server certificate using the host name supplied by the client.
public delegate X509Certificate ServerCertificateSelectionCallback(object sender, string? hostName);