.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    SslOptions Class

    Namespace: Hazelcast.Networking
    Assembly: Hazelcast.Net.dll

    Represents the SSL options.

    public class SslOptions
    Inheritance
    object
    SslOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    Name Description
    SslOptions()

    Initializes a new instance of the SslOptions class.

    Properties

    Name Description
    CertificateName

    Gets or sets the name of the certificate.

    CertificatePassword

    Gets or sets the password for the certificate file.

    CertificatePath

    Gets or sets the full path to the certificate file.

    CheckCertificateRevocation

    Whether to check for certificate revocation.

    Enabled

    Whether to enable SSL.

    Protocol

    Gets or sets the SSL protocol.

    ValidateCertificateChain

    Whether to validate the certificate chain.

    ValidateCertificateName

    Whether to validate the certificate name.

    Methods

    Name Description
    ToString()

    Returns a string that represents the current object.

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