Class ApplicationKey
Provides an application access key information.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ApplicationKey
  Constructors
ApplicationKey()
Declaration
public ApplicationKey()
  Properties
AccessKey
Gets or sets the access key.
Declaration
public string AccessKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
ApplicationId
Gets or sets the application identifier.
Declaration
public int ApplicationId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
ApplicationName
Gets or sets the application name.
Declaration
public string ApplicationName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
ConsumerId
Gets or sets the consumer identifier that application belongs to.
Declaration
public int ConsumerId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
ConsumerName
Gets or sets the consumer name that application belongs to.
Declaration
public string ConsumerName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
Expiration
Gets or sets the access key expiration time.
Declaration
public DateTime? Expiration { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Nullable<DateTime> | 
Name
Gets or sets the access key name.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
ProductId
Gets or sets the product identifier that application belongs to.
Declaration
public int ProductId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
ProductName
Gets or sets the product name that application belongs to.
Declaration
public string ProductName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
SubscriptionId
Gets or sets the subscription identifier that application belongs to.
Declaration
public int SubscriptionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
SubscriptionName
Gets or sets the subscription name that application belongs to.
Declaration
public string SubscriptionName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String |