Interface IUser
Interface IUser. Provides an interface for API users/customers.
Namespace: VpnSDK.Public.Interfaces
Assembly: VpnSDK.dll
Syntax
public interface IUser
Properties
AccountType
Gets the type of the account.
Declaration
string AccountType { get; }
Property Value
Type | Description |
---|---|
String | The type of the account. |
EmailAddress
Gets the email address.
Declaration
string EmailAddress { get; }
Property Value
Type | Description |
---|---|
String | The email address. |
VpnPassword
Gets the VPN server password.
Declaration
string VpnPassword { get; }
Property Value
Type | Description |
---|---|
String | The VPN password. |
VpnUsername
Gets the VPN server username.
Declaration
string VpnUsername { get; }
Property Value
Type | Description |
---|---|
String | The VPN username. |