Run the following SQL to register the provider under the name "Utimaco."
SQL
CREATE CRYPTOGRAPHIC PROVIDER utimaco
FROM FILE = 'C:\Program Files\Utimaco\SecurityServer\Lib\cssqlekm.dll'
GO
An error during this step could mean that the location of cssqlekmlib.dll is not included in the system PATH.
To verify the successful installation, run:
SQL
SELECT * FROM sys.dm_cryptographic_provider_properties
GO