.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    AuthenticationOptions Class

    Namespace: Hazelcast.Clustering
    Assembly: Hazelcast.Net.dll

    Represents authentication options.

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

    Constructors

    Name Description
    AuthenticationOptions()

    Initializes a new instance of the AuthenticationOptions class.

    Properties

    Name Description
    CredentialsFactory

    Gets the SingletonServiceFactory<TService> for the ICredentialsFactory.

    Methods

    Name Description
    ConfigureCredentials(ICredentials)

    Configures static credentials as the authentication mechanism.

    ConfigureKerberosCredentials(string)

    Configures Kerberos as the authentication mechanism.

    ConfigureTokenCredentials(byte[])

    Configures a static token as the authentication mechanism.

    ConfigureUsernamePasswordCredentials(string, string)

    Configures a user name and password as the authentication mechanism.

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