Search Results for

    Show / Hide Table of Contents

    Class KeyInfoResult

    Inheritance
    object
    BasicResult
    KeyInfoResult
    Inherited Members
    BasicResult.Result
    BasicResult.Message
    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 KeyInfoResult : BasicResult

    Properties

    | Edit this page View Source

    LicenseKey

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

    Metadata

    Metadata related to the license key. Note, this will not always contain value. Please see remarks for more information.

    Declaration
    public KeyMetadata Metadata { get; set; }
    Property Value
    Type Description
    KeyMetadata
    Remarks

    In order to access this variable, you need to set Metadata or Metadata to true. Keep in mind that if your access token is restricted using the 'feature lock' field or if FieldsToReturn or FieldsToReturn (depending on if you activated or validated the license) have a certain value, metadata may still be null.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB