.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    StaticCredentialsFactory Class

    Namespace: Hazelcast.Security
    Assembly: Hazelcast.Net.dll

    Provides an implementation of ICredentialsFactory that returns a static ICredentials instance.

    public class StaticCredentialsFactory : ICredentialsFactory, IDisposable
    Inheritance
    object
    StaticCredentialsFactory
    Implements
    ICredentialsFactory
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    Name Description
    StaticCredentialsFactory(ICredentials)

    Initializes a new instance of the StaticCredentialsFactory class.

    Methods

    Name Description
    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Dispose(bool)

    Disposes resources.

    NewCredentials()

    Creates and returns a new ICredentials object.

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