| CredentialsFactoryConfigSetClassName Method |
Sets the class name of
ICredentialsFactory implementation that will be used to
instantiate the factory instance
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public CredentialsFactoryConfig SetClassName(
string classname
)
Public Function SetClassName (
classname As String
) As CredentialsFactoryConfig
public:
CredentialsFactoryConfig^ SetClassName(
String^ classname
)
member SetClassName :
classname : string -> CredentialsFactoryConfig
Parameters
- classname
- Type: SystemString
the factory class name
Return Value
Type:
CredentialsFactoryConfigconfigured
CredentialsFactoryConfig for chaining
See Also