KEY_STORE

Description


Technical Data


Schema Version 4.5.2
Filegroup BART_DATA
Partitioned No

Summary


The KEY_STORE table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
ALIAS         INSTANCE_KEY_STORE (KEST_ALIAS)
 
CERTIFICATE          
PRIVATE_KEY          

Column Details


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