Click or drag to resize

UsernamePasswordCredentials Class

Simple implementation of ICredentials using username and password as security attributes.
Inheritance Hierarchy
SystemObject
  Hazelcast.SecurityAbstractCredentials
    Hazelcast.SecurityUsernamePasswordCredentials

Namespace:  Hazelcast.Security
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
[SerializableAttribute]
public class UsernamePasswordCredentials : AbstractCredentials

The UsernamePasswordCredentials type exposes the following members.

Constructors
  NameDescription
Public methodUsernamePasswordCredentials
Initializes a new instance of the UsernamePasswordCredentials class
Public methodUsernamePasswordCredentials(String, String)
Initializes a new instance of the UsernamePasswordCredentials class
Top
Properties
  NameDescription
Public propertyPassword
Password principal
Public propertyUsername
Username property, act as the principal value of the ICredential interface
Top
Methods
  NameDescription
Public methodEquals (Inherited from AbstractCredentials.)
Public methodGetEndpoint (Inherited from AbstractCredentials.)
Public methodGetHashCode (Inherited from AbstractCredentials.)
Public methodGetPrincipal (Inherited from AbstractCredentials.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetEndpoint (Inherited from AbstractCredentials.)
Public methodSetPrincipal (Inherited from AbstractCredentials.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also