The lyrDKSelectors table contains the selectors for each signing domain.
Field Name |
Description |
Version Added |
---|---|---|
SelectorID |
The unique ID for the selector combination (int, NOT NULL) |
10.2 |
IsActive |
Whether this selector is in use (char(1), NOT NULL, default 'F') |
10.2 |
SiteDomainID |
Which domain this selector is associated with (int, NOT NULL) |
10.2 |
Selector |
The text of the selector name (varchar(100), NOT NULL) |
10.2 |
PrivateKey |
The PEM encoded version of the RSA private key (text, NULL) |
10.2 |
PublicKey |
The PEM encoded version of the partner RSA public key (text, NULL) |
10.2 |
KeyBits |
The bit length of the private key (int, NULL) |
10.2 |