AuthenticationOptions Class
Namespace: Hazelcast.Clustering
Assembly: Hazelcast.Net.dll
Represents authentication options.
public class AuthenticationOptions
Inherited Members
Constructors
Name | Description |
---|---|
AuthenticationOptions() | Initializes a new instance of the AuthenticationOptions class. |
Properties
Name | Description |
---|---|
CredentialsFactory | Gets the SingletonServiceFactory<TService> for the ICredentialsFactory. |
Methods
Name | Description |
---|---|
ConfigureCredentials(ICredentials) | Configures static credentials as the authentication mechanism. |
ConfigureKerberosCredentials(string) | Configures Kerberos as the authentication mechanism. |
ConfigureTokenCredentials(byte[]) | Configures a static token as the authentication mechanism. |
ConfigureUsernamePasswordCredentials(string, string) | Configures a user name and password as the authentication mechanism. |