KEY_STORE

Definition


The KEY_STORE table contains the private keys and their associated certificates for using SSL

Description


The KEY_STORE table contains all the private keys and their associated certificates for using SSL. Each entry is identified by an alias.

Technical Data


Schema Version 4.5.2
Filegroup BART_DATA
Partitioned No

Summary


The KEY_STORE table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
ALIAS        

The alias of the key pair
CERTIFICATE        

    The certificate
    PRIVATE_KEY        

      The private key for this certificate

      Column Details

      The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

      ALIAS

      Definition The alias of the key pair
      Type NVARCHAR(64), NOT NULL

      CERTIFICATE

      Definition The certificate
      Type VARBINARY(MAX), NOT NULL

      PRIVATE_KEY

      Definition The private key for this certificate
      Type VARBINARY(1024), NOT NULL