Skip to content

RemoteCertificateValidator

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 bool RemoteCertificateValidator(X509Certificate2 certificate, X509Chain chain, SslPolicyErrors policyErrors);

Constructors

Methods