Search Results for

    Show / Hide Table of Contents

    Class DotNettySslSetup

    Inheritance
    object
    Setup
    DotNettySslSetup
    Inherited Members
    Setup.And(Setup)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Remote.Transport.DotNetty
    Assembly: Akka.Remote.dll
    Syntax
    public sealed class DotNettySslSetup : Setup

    Constructors

    | Edit this page View Source

    DotNettySslSetup(X509Certificate2, bool)

    Declaration
    public DotNettySslSetup(X509Certificate2 certificate, bool suppressValidation)
    Parameters
    Type Name Description
    X509Certificate2 certificate
    bool suppressValidation

    Properties

    | Edit this page View Source

    Certificate

    Declaration
    public X509Certificate2 Certificate { get; }
    Property Value
    Type Description
    X509Certificate2
    | Edit this page View Source

    SuppressValidation

    Declaration
    public bool SuppressValidation { get; }
    Property Value
    Type Description
    bool

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET