Class LicenceAutorisation
This class is the Autorisation allowed to a serial number
Inheritance
System.Object
LicenceAutorisation
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: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class LicenceAutorisation
Fields
LastPermissionUpdate
Declaration
public DateTime LastPermissionUpdate
Field Value
Type | Description |
---|---|
System.DateTime |
Properties
MaxFileSize
The maximum file size
Declaration
public long MaxFileSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
MaxMinMsgRetention
The maximum minute message retention
Declaration
public int MaxMinMsgRetention { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Permission
Permission associated with a specific serial number
Declaration
public SerialTypePermission Permission { get; set; }
Property Value
Type | Description |
---|---|
SerialTypePermission |