Class SecurityCredentials
Security credentials.
Inheritance
System.Object
SecurityCredentials
Namespace: GridGain.Core.Security
Assembly: GridGain.Core.dll
Syntax
public class SecurityCredentials : object
Properties
Login
Gets or sets the login.
Declaration
public object Login { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Password
Gets or sets the password.
Declaration
public object Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
UserObject
Gets or sets the user object.
Declaration
public object UserObject { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |