# Licenses and cryptography

<a id="database.oslicense"></a>

## oslicense

> **Warning:** This page was automatically generated from the database schema dump and may be incomplete or incorrect.

License master data / active licenses.

### Columns

| Name | Type | Length | Description |
|---|---|---|---|
| `licdata` | `image` | 2147483647 |  |

<a id="database.oslicresources"></a>

## oslicresources

> **Warning:** This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Licensed resources / module licenses.

### Columns

| Name | Type | Length | Description |
|---|---|---|---|
| `stationid` | `nvarchar` | 32 |  |
| `resourceid` | `nvarchar` | 32 |  |
| `flags` | `int` | — |  |
| `description` | `nvarchar` | 255 |  |

<a id="database.oscryptokeys"></a>

## oscryptokeys

> **Warning:** This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Cryptographic-key master data.

### Columns

| Name | Type | Length | Description |
|---|---|---|---|
| `keyguid` | `nvarchar` | 40 |  |
| `doctype` | `int` | — |  |
| `keylen` | `int` | — |  |
| `providertype` | `int` | — |  |
| `keyblob` | `image` | 2147483647 |  |
