Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 2.04 KB

sys-cryptographic-providers-transact-sql.md

File metadata and controls

44 lines (38 loc) · 2.04 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs monikerRange
sys.cryptographic_providers (Transact-SQL)
sys.cryptographic_providers (Transact-SQL)
VanMSFT
vanto
06/10/2016
sql
system-objects
reference
cryptographic_providers
sys.cryptographic_providers
sys.cryptographic_providers_TSQL
cryptographic_providers_TSQL
sys.cryptographic_providers catalog view
TSQL
=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current

sys.cryptographic_providers (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance]

Returns one row for each registered cryptographic provider.

Column name Data type Description
provider_id int Identification number of the cryptographic provider.
name sysname Name of the cryptographic provider.
guid uniqueidentifier Unique provider GUID.
version nvarchar(50) Version of the provider in the format 'aa.bb.cccc.dd'.
dll_path nvarchar(512) Path to DLL that implements the Extensible Key Management (EKM) Application Program Interface (API).
is_enabled bit Whether the provider is enabled on the server or not.

0 = not enabled (default)

1 = enabled

Permissions

The sys.cryptographic_providers view is visible to the public.

See Also

Security Catalog Views (Transact-SQL)
Encryption Hierarchy
Extensible Key Management (EKM)
CREATE CRYPTOGRAPHIC PROVIDER (Transact-SQL)