Search Results for

    Show / Hide Table of Contents

    Class AddCustomerResult

    Inheritance
    object
    BasicResult
    AddCustomerResult
    EditCustomerResult
    EditCustomerResult
    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 AddCustomerResult : BasicResult

    Properties

    | Edit this page View Source

    CustomerId

    A unique integer identifier associated with this customer.

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

    PortalLink

    A link that allows the customer to create an account where they will see their licenses (in the customer dashboard).

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

    Secret

    The customer secret that can be used in some methods as an alternative way to authenticate customers. You can read more about it in https://help.cryptolens.io/web-interface/customer-secret.

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