Class LicenceAutorisation
This class is the Autorisation allowed to a serial number
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class LicenceAutorisation
Fields
LastPermissionUpdate
Declaration
public DateTime LastPermissionUpdate
Field Value
| Type | Description |
|---|---|
| DateTime |
Properties
MaxFileSize
The maximum file size
Declaration
public long MaxFileSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
MaxMinMsgRetention
The maximum minute message retention
Declaration
public int MaxMinMsgRetention { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Permission
Permission associated with a specific serial number
Declaration
public SerialTypePermission Permission { get; set; }
Property Value
| Type | Description |
|---|---|
| SerialTypePermission |