| UsernamePasswordCredentialsUsername Property |
Username property, act as the principal value of the ICredential interface
Namespace:
Hazelcast.Security
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public string Username { get; set; }
Public Property Username As String
Get
Set
public:
property String^ Username {
String^ get ();
void set (String^ value);
}
member Username : string with get, set
Property Value
Type:
StringSee Also