Search Results for

    Show / Hide Table of Contents

    Class RemoveDataObjectToKeyModel

    Used to remove a data object.

    Inheritance
    object
    RequestModel
    KeyLockModel
    RemoveDataObjectToKeyModel
    Inherited Members
    KeyLockModel.ProductId
    KeyLockModel.Key
    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 RemoveDataObjectToKeyModel : KeyLockModel

    Properties

    | Edit this page View Source

    Id

    The unique object id for the data object. If you set the Name parameter, you can skip the Id parameter.

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

    Name

    The name of the data object (assuming there are no duplicates).

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