.NET Client Documentation
5.2.2
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 protocol must be a member of the SslProtocols enum, and currently only Tls, Tls11 and Tls12 are supported, though only the latest is recommended.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.