Search Results for

    Show / Hide Table of Contents

    Class KeyInfoModel

    Inheritance
    object
    RequestModel
    KeyInfoModel
    Inherited Members
    RequestModel.LicenseServerUrl
    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 KeyInfoModel : RequestModel

    Properties

    | Edit this page View Source

    FieldsToReturn

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

    Key

    The Key Id, eg. 12345.

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

    Metadata

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

    ProductId

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

    Sign

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

    SignMethod

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