Skip to content

ClientCertificateSelectionCallback

delegate

Namespace: Orleans.Connections.Security

Selects a local certificate for client authentication.
public delegate X509Certificate? ClientCertificateSelectionCallback(object sender, string targetHost, X509CertificateCollection localCertificates, X509Certificate? remoteCertificate, string[] acceptableIssuers);

Constructors

Methods