MACINDEXKEY
The MACINDEXKEY table stores a unique Message Authentication Code for each table that contains a searchable encrypted field.
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| MSGAUTHCODE | varbinary | The message authentication code that is used to generate an indexable hash of encrypted fields on this table. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_MACINDEXKEY | ID | yes | yes | yes |