OrleansConnectionSecurityHostingExtensions
class
Namespace: Orleans.Hosting
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public static class OrleansConnectionSecurityHostingExtensionsMethods
UseTls(IClientBuilder, Action<TlsOptions>)Configures TLS.UseTls(IClientBuilder, StoreName, string, bool, StoreLocation, Action<TlsOptions>)Configures TLS.UseTls(IClientBuilder, X509Certificate2)Configures TLS.UseTls(IClientBuilder, X509Certificate2, Action<TlsOptions>)Configures TLS.UseTls(ISiloBuilder, Action<TlsOptions>)Configures TLS.UseTls(ISiloBuilder, StoreName, string, bool, StoreLocation, Action<TlsOptions>)Configures TLS.UseTls(ISiloBuilder, X509Certificate2)Configures TLS.UseTls(ISiloBuilder, X509Certificate2, Action<TlsOptions>)Configures TLS.
