.NET Client Documentation
5.1.1
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

    AuthenticationOptions()

    Initializes a new instance of the AuthenticationOptions class.

    Properties

    CredentialsFactory

    Gets the SingletonServiceFactory<TService> for the ICredentialsFactory.

    Methods

    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-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.