Search Results for

    Show / Hide Table of Contents

    Class Security

    Inheritance
    System.Object
    Security
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Cloud
    Assembly: Simplic.Cloud.dll
    Syntax
    public class Security

    Methods

    | Improve this Doc View Source

    IsValidClient()

    Check wether this is a valid Client

    Declaration
    public static bool IsValidClient()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsValidClient(String, String, String, String)

    Declaration
    public static bool IsValidClient(string UserName, string CustomerNr, string Signartur, string ComputerIdent)
    Parameters
    Type Name Description
    System.String UserName
    System.String CustomerNr
    System.String Signartur
    System.String ComputerIdent
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RegisterClient(Int32, String, String)

    Declaration
    public static string RegisterClient(int Customer, string UserName, string Password)
    Parameters
    Type Name Description
    System.Int32 Customer
    System.String UserName
    System.String Password
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx