TlsClientAuthenticationOptions
class
Namespace: Orleans.Connections.Security
Configures client authentication for an Orleans TLS connection.
public class TlsClientAuthenticationOptionsConstructors
Properties
CertificateRevocationCheckModeGets or sets the certificate revocation checking mode used during authentication.ClientCertificatesGets or sets the certificates available for client authentication.EnabledSslProtocolsGets or sets the TLS protocol versions permitted for authentication.LocalCertificateSelectionCallbackGets or sets the callback which selects a local client certificate.SslClientAuthenticationOptionsGets the underlyingSystem.Net.Security.SslClientAuthenticationOptionsinstance.TargetHostGets or sets the target host name used for server certificate validation and Server Name Indication (SNI).
