Search Results for

    Show / Hide Table of Contents

    Class RegisterUserModel

    Inheritance
    object
    RequestModel
    RegisterUserModel
    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 RegisterUserModel : RequestModel

    Properties

    | Edit this page View Source

    CustomerId

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

    CustomerSecret

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

    Email

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

    Password

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

    UserName

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