.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    Protocol Property

    Protocol

    Gets or sets the SSL protocol.

    Declaration
    public SslProtocols Protocol { get; set; }
    Property Value
    SslProtocols
    Remarks

    The value is passed directly to the underlying SslStream when authenticating the client. It is recommended to leave the value set to None in order to let the operating system choose the best option. Alternatively, use one of TLS versions (1.1, 1.2 or 1.3 where available). Note that not all operating systems support all versions.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.