KEY_STORE
Definition
The KEY_STORE table contains the private keys and their associated certificates for
using SSL. Each entry is identified by an "alias" string.
Technical Data
| Schema Version |
4.5.13 |
| Partitioned |
No |
Summary
The KEY_STORE table is defined by the
following columns.
See the column details for more information.
Column Details
ALIAS
| Definition |
The alias of the key pair |
| Type |
NVARCHAR(64), NOT NULL |
CERTIFICATE
| Definition |
The certificate |
| Type |
BLOB, NOT NULL |
PRIVATE_KEY
| Definition |
The private key for this certificate |
| Type |
BLOB, NOT NULL |