TlsServerAuthenticationOptions
class
Namespace: Orleans.Connections.Security
Configures server authentication for an Orleans TLS connection.
public class TlsServerAuthenticationOptionsConstructors
Properties
CertificateRevocationCheckModeGets or sets the certificate revocation checking mode used during authentication.ClientCertificateRequiredGets or sets a value indicating whether TLS authentication requests a client certificate.EnabledSslProtocolsGets or sets the TLS protocol versions permitted for authentication.ServerCertificateGets or sets the certificate used for server authentication.ServerCertificateSelectionCallbackGets or sets the callback which selects a server certificate for each connection.SslServerAuthenticationOptionsGets the underlyingSystem.Net.Security.SslServerAuthenticationOptionsinstance.
