Stores the encryption keys used in Replication Server.
|
Column |
Datatype |
Description |
|---|---|---|
| name | varchar(30) |
Name of the encryption key. |
| value | binary(128) |
Value of the encryption key. |
| status | int | Status of the encryption key. |
| ctime | datetime | Time of creation or last modification. |
Unique clustered index on (name)