Skip to content

RemoteCertificateValidator

delegate

Namespace: Orleans.Connections.Security

Validates a remote certificate presented during TLS authentication.
public delegate bool RemoteCertificateValidator(X509Certificate2 certificate, X509Chain? chain, SslPolicyErrors policyErrors);

Constructors

Methods