Click or drag to resize

AbstractCredentials Class

Abstract implementation of ICredentials
Inheritance Hierarchy
SystemObject
  Hazelcast.SecurityAbstractCredentials
    Hazelcast.SecurityUsernamePasswordCredentials

Namespace:  Hazelcast.Security
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
[SerializableAttribute]
public abstract class AbstractCredentials : ICredentials

The AbstractCredentials type exposes the following members.

Constructors
  NameDescription
Public methodAbstractCredentials
Initializes a new instance of the AbstractCredentials class
Public methodAbstractCredentials(String)
Initializes a new instance of the AbstractCredentials class
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetEndpoint
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetPrincipal
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetEndpoint
Public methodSetPrincipal
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also