The lyrSiteDKDomains table contains the names of the signing domains associated with each site
Field Name |
Description |
Version Added |
---|---|---|
SiteDomainID |
The unique ID for the Site/Signable Domain combination (int, NOT NULL) |
10.2 |
SiteID |
The site this entry is associated with (int, NOT NULL) |
10.2 |
Domain |
The name of the signing domain (varchar(100), NOT NULL) |
10.2 |
IsDefault |
Whether this domain is the default signing domain for the site (char(1), NOT NULL, default 'F') |
10.2 |