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.0
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
See Also