The FMPDSS.Signature class is used to describe DSS signature.
class Signature : FMPModelProtocol
| Property | Description |
id |
Signature identifier.
var id: String { get }
|
| certId | Certificate identifier.
var certId: String? { get }
|
| columnName | Column name.
var columnName: String? { get }
|
| creationDate | Creation date and time.
var creationDate: String? { get }
|
| rowId | String number.
var rowId: String? { get }
|
| tableCacheId | Table cache identifier.
var tableCacheId: String? { get }
|
| userId | User identifier.
var userId: String? { get }
|
See also: