| CredentialsFactoryConfigGetImplementation Method |
Get the configured factory instance
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public ICredentialsFactory GetImplementation()
Public Function GetImplementation As ICredentialsFactory
public:
ICredentialsFactory^ GetImplementation()
member GetImplementation : unit -> ICredentialsFactory
Return Value
Type:
ICredentialsFactoryfactory instance
See Also