.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    TokenCredentials Class

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

    Implements ITokenCredentials for simple token-based protocols.

    [Serializable]
    public class TokenCredentials : ITokenCredentials, ICredentials
    Inheritance
    object
    TokenCredentials
    KerberosCredentials
    Implements
    ITokenCredentials
    ICredentials
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    Name Description
    TokenCredentials(byte[])

    Initializes a new instance of the TokenCredentials class with a token.

    Properties

    Name Description
    Name

    Gets the name of the entity.

    Methods

    Name Description
    GetToken()

    Gets the token representing the credentials.

    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.