Click or drag to resize

CredentialsFactoryConfig Class

Contains the configuration for Credentials Factory.
Inheritance Hierarchy
SystemObject
  Hazelcast.ConfigCredentialsFactoryConfig

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public class CredentialsFactoryConfig

The CredentialsFactoryConfig type exposes the following members.

Constructors
  NameDescription
Public methodCredentialsFactoryConfig
Initializes a new instance of the CredentialsFactoryConfig class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetClassName
Gets the configured class name of ICredentialsFactory implementation
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImplementation
Get the configured factory instance
Public methodGetProperties
Public methodGetProperty
Gets the value of the configured key-value pair
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetClassName
Sets the class name of ICredentialsFactory implementation that will be used to instantiate the factory instance
Public methodSetImplementation
Set the factory instance
Public methodSetProperties
Public methodSetProperty
Adds a key, value pair into the properties dictionary of this configuration if not exist
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also