StaticCredentialsFactory Class
Namespace: Hazelcast.Security
Assembly: Hazelcast.Net.dll
Provides an implementation of ICredentialsFactory that returns a static ICredentials instance.
public class StaticCredentialsFactory : ICredentialsFactory, IDisposable
Inherited Members
Constructors
Name | Description |
---|---|
StaticCredentialsFactory(ICredentials) | Initializes a new instance of the StaticCredentialsFactory class. |
Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(bool) | Disposes resources. |
NewCredentials() | Creates and returns a new ICredentials object. |