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 SourceIsValidClient()
Check wether this is a valid Client
Declaration
public static bool IsValidClient()
Returns
Type | Description |
---|---|
System.Boolean |
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 |
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 |