Show / Hide Table of Contents

    Class ApplicationKey

    Provides an application access key information.

    Inheritance
    System.Object
    ApplicationKey
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    System.String

    ApplicationId

    Gets or sets the application identifier.

    Declaration
    public int ApplicationId { get; set; }
    Property Value
    Type Description
    System.Int32

    ApplicationName

    Gets or sets the application name.

    Declaration
    public string ApplicationName { get; set; }
    Property Value
    Type Description
    System.String

    ConsumerId

    Gets or sets the consumer identifier that application belongs to.

    Declaration
    public int ConsumerId { get; set; }
    Property Value
    Type Description
    System.Int32

    ConsumerName

    Gets or sets the consumer name that application belongs to.

    Declaration
    public string ConsumerName { get; set; }
    Property Value
    Type Description
    System.String

    Expiration

    Gets or sets the access key expiration time.

    Declaration
    public DateTime? Expiration { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Name

    Gets or sets the access key name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ProductId

    Gets or sets the product identifier that application belongs to.

    Declaration
    public int ProductId { get; set; }
    Property Value
    Type Description
    System.Int32

    ProductName

    Gets or sets the product name that application belongs to.

    Declaration
    public string ProductName { get; set; }
    Property Value
    Type Description
    System.String

    SubscriptionId

    Gets or sets the subscription identifier that application belongs to.

    Declaration
    public int SubscriptionId { get; set; }
    Property Value
    Type Description
    System.Int32

    SubscriptionName

    Gets or sets the subscription name that application belongs to.

    Declaration
    public string SubscriptionName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Nevatech Sentinet 6.6 Online Documentation