Search Results for

    Show / Hide Table of Contents

    Class Product

    Inheritance
    object
    Product
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class Product

    Properties

    | Edit this page View Source

    CreationDate

    Declaration
    public DateTime CreationDate { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    DataObjects

    Declaration
    public List<DataObject> DataObjects { get; set; }
    Property Value
    Type Description
    List<DataObject>
    | Edit this page View Source

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FeatureDefinitions

    Declaration
    public FeatureDefinitions FeatureDefinitions { get; set; }
    Property Value
    Type Description
    FeatureDefinitions
    | Edit this page View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    IsPublic

    Declaration
    public bool IsPublic { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    KeyAlgorithm

    Declaration
    public AlgorithmTypes KeyAlgorithm { get; set; }
    Property Value
    Type Description
    AlgorithmTypes
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB