Skip to content

ServerCertificateSelectionCallback

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 ServerCertificateSelectionCallback(object sender, string hostName);

Constructors

Methods