Show / Hide Table of Contents

    Class RawResponse

    Result of SKM.V3.Methods.Key.Activate(string, int, string, string, bool, int, int) (new protocol).

    Inheritance
    object
    BasicResult
    RawResponse
    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: SKMV3Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class RawResponse : BasicResult

    Properties

    | Improve this Doc View Source

    LicenseKey

    Declaration
    public string LicenseKey { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc 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.

    | Improve this Doc View Source

    Signature

    Declaration
    public string Signature { get; set; }
    Property Value
    Type Description
    string
    • Improve this Doc
    • View Source
    Back to top Copyright © Cryptolens AB