Class LogOnCredentials
Provides login credentials to be used for user authentication.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class LogOnCredentials
Constructors
LogOnCredentials()
Declaration
public LogOnCredentials()
Properties
Password
Gets or sets the password.
Declaration
[DataMember]
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserName
Gets or sets the user name.
Declaration
[DataMember]
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |