Namespace Akka.Remote.Transport.DotNetty
Classes
CertificateValidation
PUBLIC API
Factory methods for common certificate validation scenarios. Helpers return delegates that can be composed or used standalone. Each helper creates a CertificateValidationCallback that can be passed to DotNettySslSetup.
DotNettySslSetup
Programmatic setup for DotNetty SSL/TLS configuration. Provides a fluent API alternative to HOCON configuration.
Delegates
CertificateValidationCallback
PUBLIC API
Custom certificate validation callback for mTLS connections. Invoked during TLS handshake on both client and server sides.