ICredentials InterfaceHazelcast .Net Client Class Library
ICredentials is a container object for endpoint (Members and Clients) security attributes.

Namespace: Hazelcast.Security
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
Syntax

public interface ICredentials

The ICredentials type exposes the following members.

Methods

  NameDescription
Public methodGetEndpoint
Returns IP address of endpoint.
Public methodGetPrincipal
Returns principal of endpoint.
Public methodSetEndpoint
Sets IP address of endpoint.
Top
Remarks

ICredentials is a container object for endpoint (Members and Clients) security attributes.

It is used on authentication process by

See Also

Reference