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

    TokenCredentials(Byte[])

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

    Properties

    Name

    Gets the name of the entity.

    Methods

    GetToken()

    Gets the token representing the credentials.

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