# IdentityUtilityModule

The `IdentityUtilityModule` class provides common functions of the identity utility module.

**Remarks**

Introduced in Dynamsoft Capture Vision version 3.4.1000.

## Definition

*Namespace:* Dynamsoft.IdUtility

```csharp
public class IdentityUtilityModule
```

## Methods

| Method                                                    | Description                                        |
| --------------------------------------------------------- | -------------------------------------------------- |
| [`GetVersion`](#getversion)                               | Returns the version of the identity utility module. |

### GetVersion

Returns the version of the identity utility module.

```csharp
static string GetVersion()
```

**Return value**

Returns a string representing the version of the identity utility module.
