Class Credentials
Represents credentials in external system.
Inherited Members
Namespace: CustomPLMService.Contract.Models.Authentication
Assembly: CustomPLMService.Contract.dll
Syntax
public class Credentials
Properties
Password
Account password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
Account name
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |