Search Results for

    Show / Hide Table of Contents

    Class ApplicationKey

    Provides an application access key information.

    Inheritance
    object
    ApplicationKey
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class ApplicationKey

    Constructors

    ApplicationKey()

    Declaration
    public ApplicationKey()

    Properties

    AccessKey

    Gets or sets the access key.

    Declaration
    [DataMember]
    public string AccessKey { get; set; }
    Property Value
    Type Description
    string

    ApplicationId

    Gets or sets the application identifier.

    Declaration
    [DataMember]
    public int ApplicationId { get; set; }
    Property Value
    Type Description
    int

    ApplicationName

    Gets or sets the application name.

    Declaration
    [DataMember]
    public string ApplicationName { get; set; }
    Property Value
    Type Description
    string

    ConsumerId

    Gets or sets the consumer identifier that application belongs to.

    Declaration
    [DataMember]
    public int ConsumerId { get; set; }
    Property Value
    Type Description
    int

    ConsumerName

    Gets or sets the consumer name that application belongs to.

    Declaration
    [DataMember]
    public string ConsumerName { get; set; }
    Property Value
    Type Description
    string

    Expiration

    Gets or sets the access key expiration time.

    Declaration
    [DataMember]
    public DateTime? Expiration { get; set; }
    Property Value
    Type Description
    DateTime?

    Name

    Gets or sets the access key name.

    Declaration
    [DataMember]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    ProductId

    Gets or sets the product identifier that application belongs to.

    Declaration
    [DataMember]
    public int ProductId { get; set; }
    Property Value
    Type Description
    int

    ProductName

    Gets or sets the product name that application belongs to.

    Declaration
    [DataMember]
    public string ProductName { get; set; }
    Property Value
    Type Description
    string

    SubscriptionId

    Gets or sets the subscription identifier that application belongs to.

    Declaration
    [DataMember]
    public int SubscriptionId { get; set; }
    Property Value
    Type Description
    int

    SubscriptionName

    Gets or sets the subscription name that application belongs to.

    Declaration
    [DataMember]
    public string SubscriptionName { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation